Searched defs:oldtype (Results 1 – 5 of 5) sorted by relevance
26 int oldtype; in __pthread_enable_asynccancel() local38 void __pthread_disable_asynccancel (int oldtype) in __pthread_disable_asynccancel()
24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype()
35 #define LIBC_CANCEL_RESET(oldtype) __pthread_disable_asynccancel (oldtype) argument
88 int cancelled, oldtype, drain; in __pthread_cond_timedwait_internal() local