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

/xnu-2782.1.97/bsd/sys/
H A Duser.h294 #define UT_CANCELDISABLE 0x00000020 /* thread cancel disabled */ macro
/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 Dkern_sig.c835 uth->uu_flag |= (UT_NO_SIGMASK | UT_CANCELDISABLE);
853 if ((uthread->uu_flag & (UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL) {
883 && ((uth->uu_flag & UT_CANCELDISABLE) == 0))
909 uth->uu_flag &= ~UT_CANCELDISABLE;
912 uth->uu_flag |= UT_CANCELDISABLE;
917 if((uth->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;

Completed in 41 milliseconds