Home
last modified time | relevance | path

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

/glibc-2.36/htl/
Dpt-cancel.c34 if (p->cancel_pending) in pthread_cancel()
40 p->cancel_pending = 1; in pthread_cancel()
Dpt-testcancel.c31 cancelled = (p->cancel_state == PTHREAD_CANCEL_ENABLE) && p->cancel_pending; in __pthread_testcancel()
Dpt-exit.c66 if (self->cancel_state == PTHREAD_CANCEL_ENABLE && self->cancel_pending) in __pthread_exit()
Dpt-alloc.c53 new->cancel_pending = 0; in initialize_pthread()
Dpt-internal.h81 int cancel_pending; member
/glibc-2.36/sysdeps/htl/
Dpt-cond-timedwait.c118 && self->cancel_pending; in __pthread_cond_timedwait_internal()
203 && self->cancel_pending; in __pthread_cond_timedwait_internal()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-docancel.c37 assert (p->cancel_pending == 1); in __pthread_do_cancel()