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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c1311 thread->wake_active = TRUE;
1314 wresult = assert_wait(&thread->wake_active, THREAD_ABORTSAFE);
1337 thread->wake_active = TRUE;
1340 wresult = assert_wait(&thread->wake_active, THREAD_ABORTSAFE);
1391 if (thread->wake_active) {
1392 thread->wake_active = FALSE;
1395 thread_wakeup(&thread->wake_active);
1453 thread->wake_active = TRUE;
1456 wresult = assert_wait(&thread->wake_active, THREAD_UNINT);
1823 if ((thread->state & (TH_IDLE|TH_TERMINATE|TH_SUSP)) || !(thread->state & TH_WAIT) || thread->wake_active || threa
[all...]
H A Dthread.h157 boolean_t wake_active; /* wake event on stop */ member in struct:thread
H A Dthread.c187 thread_template.wake_active = FALSE;

Completed in 38 milliseconds