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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Duser.h284 #define UT_CANCELED 0x00000010 /* thread cancelled */ macro
/macosx-10.9.5/xnu-2422.115.4/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.c125 return (t->uu_flag & (UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL;
H A Dkern_sig.c854 if ((uthread->uu_flag & (UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL) {
881 if ((uth->uu_flag & (UT_VFORK | UT_CANCEL | UT_CANCELED )) == 0) {
918 if((uth->uu_flag & ( UT_CANCELDISABLE | UT_CANCEL | UT_CANCELED)) == UT_CANCEL) {
920 uth->uu_flag |= (UT_CANCELED | UT_NO_SIGMASK);

Completed in 129 milliseconds