Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.c677 thread->wait_timer_active--; in thread_terminate_self()
683 while (thread->wait_timer_active > 0) { in thread_terminate_self()
693 thread, thread->wait_timer_active, in thread_terminate_self()
H A Dthread.h782 uint16_t wait_timer_active; /* is the call running */ member
H A Dwaitq.c1396 thread->wait_timer_active++; in waitq_assert_wait64_locked()
H A Dsched_prim.c953 thread->wait_timer_active--; in thread_timer_expire()
989 thread->wait_timer_active--; in thread_unblock()