Home
last modified time | relevance | path

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

/htl/
A Dpt-cancel.c34 if (p->cancel_pending) in pthread_cancel()
40 p->cancel_pending = 1; in pthread_cancel()
A Dpt-testcancel.c31 cancelled = (p->cancel_state == PTHREAD_CANCEL_ENABLE) && p->cancel_pending; in __pthread_testcancel()
A Dpt-exit.c63 if (self->cancel_state == PTHREAD_CANCEL_ENABLE && self->cancel_pending) in __pthread_exit()
A Dpt-alloc.c53 new->cancel_pending = 0; in initialize_pthread()
A Dpt-internal.h83 int cancel_pending; member

Completed in 8 milliseconds