Searched refs:__pthread_disable_asynccancel (Results 1 – 2 of 2) sorted by relevance
4 void __pthread_disable_asynccancel (int oldtype);7 #pragma weak __pthread_disable_asynccancel macro22 if (__pthread_disable_asynccancel) \23 __pthread_disable_asynccancel (val); \
33 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 3 milliseconds