Home
last modified time | relevance | path

Searched refs:cancel_state (Results 1 – 6 of 6) sorted by relevance

/htl/
A Dpt-setcancelstate.c39 *oldstate = p->cancel_state; in __pthread_setcancelstate()
40 p->cancel_state = state; in __pthread_setcancelstate()
A Dpt-testcancel.c31 cancelled = (p->cancel_state == PTHREAD_CANCEL_ENABLE) && p->cancel_pending; in __pthread_testcancel()
A Dpt-cancel.c42 if (p->cancel_state != PTHREAD_CANCEL_ENABLE) in pthread_cancel()
A Dpt-exit.c63 if (self->cancel_state == PTHREAD_CANCEL_ENABLE && self->cancel_pending) in __pthread_exit()
A Dpt-alloc.c51 new->cancel_state = PTHREAD_CANCEL_ENABLE; in initialize_pthread()
A Dpt-internal.h81 int cancel_state; member

Completed in 10 milliseconds