Searched refs:oldtype (Results 1 – 5 of 5) sorted by relevance
33 extern void __pthread_disable_asynccancel (int oldtype);35 #define LIBC_CANCEL_RESET(oldtype) __pthread_disable_asynccancel (oldtype) argument
94 int oldtype = LIBC_CANCEL_ASYNC (); \96 LIBC_CANCEL_RESET (oldtype); \
88 int cancelled, oldtype, drain; in __pthread_cond_timedwait_internal() local128 oldtype = self->cancel_type; in __pthread_cond_timedwait_internal()130 if (oldtype != PTHREAD_CANCEL_DEFERRED) in __pthread_cond_timedwait_internal()201 self->cancel_type = oldtype; in __pthread_cond_timedwait_internal()
4 void __pthread_disable_asynccancel (int oldtype);
524 extern int __pthread_setcanceltype (int type, int *oldtype);
Completed in 6 milliseconds