Home
last modified time | relevance | path

Searched refs:__pthread_disable_asynccancel (Results 1 – 2 of 2) sorted by relevance

/sysdeps/mach/hurd/
A Dsysdep-cancel.h4 void __pthread_disable_asynccancel (int oldtype);
7 #pragma weak __pthread_disable_asynccancel macro
22 if (__pthread_disable_asynccancel) \
23 __pthread_disable_asynccancel (val); \
/sysdeps/unix/sysv/linux/
A Dsysdep-cancel.h33 extern void __pthread_disable_asynccancel (int oldtype);
34 libc_hidden_proto (__pthread_disable_asynccancel)
35 #define LIBC_CANCEL_RESET(oldtype) __pthread_disable_asynccancel (oldtype)

Completed in 2 milliseconds