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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c232 *p++ = (athread->state & TH_WAIT) ? 'W' : '.';
295 if (athread->state & TH_WAIT)
320 (athread->state & TH_WAIT) ? 'W' : ' ',
334 if (athread->state & TH_WAIT) {
668 (thr_act->state & TH_WAIT) &&
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c402 if ((thread->state & TH_WAIT) != 0) {
421 if ((thread->state & TH_WAIT) != 0) {
481 thread->state &= ~(TH_WAIT|TH_UNINT);
551 if ((thread->state & (TH_WAIT|TH_TERMINATE)) == TH_WAIT) {
593 thread->state |= (interruptible) ? TH_WAIT : (TH_WAIT | TH_UNINT);
955 if ((thread->state & (TH_RUN|TH_WAIT|TH_SUSP)) == TH_SUSP) {
1339 if ((thread->state & (TH_IDLE|TH_TERMINATE|TH_SUSP)) || !(thread->state & TH_WAIT) || thread->wake_active)
1409 if (!(thread->state & TH_WAIT)) {
[all...]
H A Dthread.h176 #define TH_WAIT 0x01 /* queued for waiting */ macro
H A Dthread.c169 thread_template.state = TH_WAIT | TH_UNINT;
942 if (thread->state & TH_WAIT)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c548 *p++ = (athread->state & TH_WAIT) ? 'W' : '.';
641 if (athread->state & TH_WAIT)
666 (athread->state & TH_WAIT) ? 'W' : ' ',
682 if (athread->state & TH_WAIT) {
1052 (thr_act->thread->state & TH_WAIT) &&

Completed in 45 milliseconds