Home
last modified time | relevance | path

Searched refs:cancel_type (Results 1 – 5 of 5) sorted by relevance

/htl/
A Dcancellation.c29 oldtype = p->cancel_type; in __pthread_enable_asynccancel()
30 p->cancel_type = PTHREAD_CANCEL_ASYNCHRONOUS; in __pthread_enable_asynccancel()
43 p->cancel_type = oldtype; in __pthread_disable_asynccancel()
A Dpt-setcanceltype.c39 *oldtype = p->cancel_type; in __pthread_setcanceltype()
40 p->cancel_type = type; in __pthread_setcanceltype()
A Dpt-cancel.c48 if (p->cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS) in pthread_cancel()
A Dpt-alloc.c52 new->cancel_type = PTHREAD_CANCEL_DEFERRED; in initialize_pthread()
A Dpt-internal.h82 int cancel_type; member

Completed in 8 milliseconds