Searched refs:cancel_state (Results 1 – 6 of 6) sorted by relevance
39 *oldstate = p->cancel_state; in __pthread_setcancelstate()40 p->cancel_state = state; in __pthread_setcancelstate()
31 cancelled = (p->cancel_state == PTHREAD_CANCEL_ENABLE) && p->cancel_pending; in __pthread_testcancel()
42 if (p->cancel_state != PTHREAD_CANCEL_ENABLE) in pthread_cancel()
63 if (self->cancel_state == PTHREAD_CANCEL_ENABLE && self->cancel_pending) in __pthread_exit()
51 new->cancel_state = PTHREAD_CANCEL_ENABLE; in initialize_pthread()
81 int cancel_state; member
Completed in 10 milliseconds