Home
last modified time | relevance | path

Searched refs:PT_CANCEL_DISABLED (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/lib/libpthread/
Dpthread.c660 atomic_store_relaxed(&self->pt_cancel, PT_CANCEL_DISABLED); in pthread_exit()
897 if ((old & PT_CANCEL_DISABLED) == 0) { in pthread_cancel()
929 flags = PT_CANCEL_DISABLED; in pthread_setcancelstate()
937 new = (old & ~PT_CANCEL_DISABLED) | flags; in pthread_setcancelstate()
949 (PT_CANCEL_DISABLED|PT_CANCEL_CANCELLED))) { in pthread_setcancelstate()
980 if (old & PT_CANCEL_DISABLED) in pthread_setcancelstate()
Dpthread_int.h161 #define PT_CANCEL_DISABLED __BIT(0) macro