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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c375 if (thread->wait_timer_is_set) {
376 thread->wait_timer_is_set = FALSE;
406 thread->wait_timer_is_set = TRUE;
424 thread->wait_timer_is_set = TRUE;
438 if (thread->wait_timer_is_set) {
441 thread->wait_timer_is_set = FALSE;
471 if (thread->wait_timer_is_set) {
474 thread->wait_timer_is_set = FALSE;
H A Dthread.c215 thread_template.wait_timer_is_set = FALSE;
339 if (thread->wait_timer_is_set) {
340 thread->wait_timer_is_set = FALSE;
H A Dthread.h258 boolean_t wait_timer_is_set; member in struct:thread
H A Dwait_queue.c894 thread->wait_timer_is_set = TRUE;

Completed in 41 milliseconds