Home
last modified time | relevance | path

Searched refs:thread_timer_expire (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.h403 extern void thread_timer_expire(
H A Dthread.c1416 new_thread->wait_timer = timer_call_alloc(thread_timer_expire, new_thread); in thread_create_internal()
H A Dsched_prim.c758 thread_timer_expire( in thread_timer_expire() function