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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.c237 thread_template.wait_timer_active = 0;
393 thread->wait_timer_active--;
396 while (thread->wait_timer_active > 0) {
H A Dthread.h291 integer_t wait_timer_active; member in struct:thread
H A Dsched_prim.c781 if (--thread->wait_timer_active == 0) {
814 thread->wait_timer_active++;
832 thread->wait_timer_active++;
849 thread->wait_timer_active--;
885 thread->wait_timer_active--;
H A Dwait_queue.c1217 thread->wait_timer_active++;

Completed in 91 milliseconds