Searched refs:cancel_type (Results 1 – 5 of 5) sorted by relevance
29 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()
39 *oldtype = p->cancel_type; in __pthread_setcanceltype()40 p->cancel_type = type; in __pthread_setcanceltype()
48 if (p->cancel_type == PTHREAD_CANCEL_ASYNCHRONOUS) in pthread_cancel()
52 new->cancel_type = PTHREAD_CANCEL_DEFERRED; in initialize_pthread()
82 int cancel_type; member
Completed in 8 milliseconds