Searched refs:oldtype (Results 1 – 2 of 2) sorted by relevance
24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype() argument31 if (oldtype != NULL) in __pthread_setcanceltype()32 *oldtype = self->canceltype; in __pthread_setcanceltype()
55 __pthread_disable_asynccancel (int oldtype) in libc_hidden_def()59 if (oldtype == PTHREAD_CANCEL_ASYNCHRONOUS) in libc_hidden_def()
Completed in 3 milliseconds