Home
last modified time | relevance | path

Searched refs:PT_CANCEL_CANCELLED (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/lib/libpthread/
Dpthread.c898 new |= PT_CANCEL_CANCELLED; in pthread_cancel()
948 if (__predict_false((flags | (old & PT_CANCEL_CANCELLED)) == in pthread_setcancelstate()
949 (PT_CANCEL_DISABLED|PT_CANCEL_CANCELLED))) { in pthread_setcancelstate()
950 new &= ~PT_CANCEL_CANCELLED; in pthread_setcancelstate()
955 new |= PT_CANCEL_CANCELLED; in pthread_setcancelstate()
1014 if (__predict_false((flags | (old & PT_CANCEL_CANCELLED)) == in pthread_setcanceltype()
1015 (PT_CANCEL_ASYNC|PT_CANCEL_CANCELLED))) in pthread_setcanceltype()
1081 PT_CANCEL_CANCELLED)) { in pthread__testcancel()
1268 PT_CANCEL_CANCELLED)) in pthread__park()
Dpthread_cond.c147 PT_CANCEL_CANCELLED)) { in pthread_cond_timedwait()
177 PT_CANCEL_CANCELLED)) { in pthread_cond_timedwait()
Dpthread_int.h164 #define PT_CANCEL_CANCELLED __BIT(3) macro
Dpthread_cancelstub.c153 PT_CANCEL_CANCELLED)) { \