Searched refs:UT_CANCEL (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c107 } else if( (ut->uu_flag & ( UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL) {
290 } else if( (ut->uu_flag & ( UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL) {
H A Dpthread_shims.c134 return (t->uu_flag & (UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL;
H A Dkern_sig.c853 if ((uthread->uu_flag & (UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL) {
880 if ((uth->uu_flag & (UT_VFORK | UT_CANCEL | UT_CANCELED )) == 0) {
881 uth->uu_flag |= (UT_CANCEL | UT_NO_SIGMASK);
917 if((uth->uu_flag & ( UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL) {
918 uth->uu_flag &= ~UT_CANCEL;
/xnu-2782.1.97/bsd/sys/
H A Duser.h292 #define UT_CANCEL 0x00000008 /* thread marked for cancel */ macro

Completed in 37 milliseconds