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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.c216 thread_template.wait_timer_active = 0;
343 thread->wait_timer_active--;
346 while (thread->wait_timer_active > 0) {
H A Dthread.h257 integer_t wait_timer_active; member in struct:thread
H A Dsched_prim.c374 if (--thread->wait_timer_active == 0) {
405 thread->wait_timer_active++;
423 thread->wait_timer_active++;
440 thread->wait_timer_active--;
473 thread->wait_timer_active--;
H A Dwait_queue.c893 thread->wait_timer_active++;

Completed in 23 milliseconds