Searched refs:wake_active (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c885 thread->wake_active = TRUE;
888 wresult = assert_wait(&thread->wake_active, THREAD_ABORTSAFE);
911 thread->wake_active = TRUE;
914 wresult = assert_wait(&thread->wake_active, THREAD_ABORTSAFE);
965 if (thread->wake_active) {
966 thread->wake_active = FALSE;
969 thread_wakeup(&thread->wake_active);
1004 thread->wake_active = TRUE;
1007 wresult = assert_wait(&thread->wake_active, THREAD_UNINT);
1339 if ((thread->state & (TH_IDLE|TH_TERMINATE|TH_SUSP)) || !(thread->state & TH_WAIT) || thread->wake_active)
[all...]
H A Dthread.h153 boolean_t wake_active; /* wake event on stop */ member in struct:thread
H A Dthread.c170 thread_template.wake_active = FALSE;

Completed in 14 milliseconds