Home
last modified time | relevance | path

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

/nptl/
A Dpthread_setcanceltype.c24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype() argument
31 if (oldtype != NULL) in __pthread_setcanceltype()
32 *oldtype = self->canceltype; in __pthread_setcanceltype()
A Dcancellation.c55 __pthread_disable_asynccancel (int oldtype) in libc_hidden_def()
59 if (oldtype == PTHREAD_CANCEL_ASYNCHRONOUS) in libc_hidden_def()

Completed in 3 milliseconds