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

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h77 #define TH_LIST_SUSPENDED 0x08 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c982 if ( (tl->th_flags & TH_LIST_SUSPENDED) ) {
1105 tl->th_flags = TH_LIST_INITED | TH_LIST_SUSPENDED;
1819 if ((tl->th_flags & TH_LIST_SUSPENDED) == TH_LIST_SUSPENDED) {
1820 tl->th_flags &= ~TH_LIST_SUSPENDED;
2061 if (tl->th_flags & TH_LIST_SUSPENDED) {

Completed in 48 milliseconds