Searched refs:UT_NO_SIGMASK (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h256 #define UT_NO_SIGMASK 0x00000002 /* exited thread; invalid sigmask */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c834 uth->uu_flag |= (UT_NO_SIGMASK | UT_CANCELDISABLE);
880 uth->uu_flag |= (UT_CANCEL | UT_NO_SIGMASK);
918 uth->uu_flag |= (UT_CANCELED | UT_NO_SIGMASK);
1150 if (uth->uu_flag & UT_NO_SIGMASK) {
1679 if(((uth->uu_flag & UT_NO_SIGMASK)== 0) &&

Completed in 74 milliseconds