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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c1310 while (thread->state & TH_SUSP) {
1329 thread->state |= TH_SUSP;
1381 if ((thread->state & (TH_RUN|TH_WAIT|TH_SUSP)) == TH_SUSP) {
1382 thread->state &= ~TH_SUSP;
1388 if (thread->state & TH_SUSP) {
1389 thread->state &= ~TH_SUSP;
1663 if ( ((thread->state & ~TH_SUSP) == TH_RUN) &&
1823 if ((thread->state & (TH_IDLE|TH_TERMINATE|TH_SUSP)) || !(thread->state & TH_WAIT) || thread->wake_active || thread->sched_pri >= BASEPRI_RTQUEUES)
3724 if (thread->state & TH_SUSP)
[all...]
H A Dthread.h181 #define TH_SUSP 0x02 /* stopped or requested to stop */ macro
H A Dthread.c1170 if (thread->state & TH_SUSP)
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c155 if (schedulerState & TH_SUSP) {

Completed in 37 milliseconds