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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c811 if ((thread->state & TH_WAIT) != 0) {
830 if ((thread->state & TH_WAIT) != 0) {
893 thread->state &= ~(TH_WAIT|TH_UNINT);
1009 if ((thread->state & (TH_WAIT|TH_TERMINATE)) == TH_WAIT) {
1057 thread->state |= (interruptible) ? TH_WAIT : (TH_WAIT | TH_UNINT);
1381 if ((thread->state & (TH_RUN|TH_WAIT|TH_SUSP)) == TH_SUSP) {
1823 if ((thread->state & (TH_IDLE|TH_TERMINATE|TH_SUSP)) || !(thread->state & TH_WAIT) || thread->wake_active || thread->sched_pri >= BASEPRI_RTQUEUES)
1929 if (!(thread->state & TH_WAIT)) {
[all...]
H A Dthread.h180 #define TH_WAIT 0x01 /* queued for waiting */ macro
H A Dthread.c186 thread_template.state = TH_WAIT | TH_UNINT;
1173 if (thread->state & TH_WAIT)
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c147 if (schedulerState & TH_WAIT) {

Completed in 32 milliseconds