Searched refs:TH_RUN (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c110 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
118 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
169 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
363 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
H A Dpriority.c468 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
488 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
506 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
H A Dmk_sp.c97 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
104 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
H A Dsched_fixedpriority.c666 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
691 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
H A Dstartup.c251 thread->state = TH_RUN;
H A Dsched_prim.c895 if (!(thread->state & TH_RUN)) {
896 thread->state |= TH_RUN;
1331 while (thread->state & TH_RUN) {
1381 if ((thread->state & (TH_RUN|TH_WAIT|TH_SUSP)) == TH_SUSP) {
1440 * on CPU, then TH_RUN is set, so we're not waiting in any case
1441 * where the original, pure "TH_RUN" check would have let us
1445 (until_not_runnable && (thread->state & TH_RUN))) {
1448 assert(thread->state & TH_RUN);
1663 if ( ((thread->state & ~TH_SUSP) == TH_RUN) &&
2437 thread->state &= ~TH_RUN;
[all...]
H A Dbsd_kern.c592 if ((thread->state & TH_RUN) == TH_RUN)
H A Dprocessor.c470 thread->state = TH_RUN;
H A Dthread.h182 #define TH_RUN 0x04 /* running or on runq */ macro
H A Dthread.c1164 if (thread->state & TH_RUN)
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c143 if (schedulerState & TH_RUN) {

Completed in 45 milliseconds