Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtimer_call.h152 extern timer_call_t timer_call_alloc(
H A Dthread.c1505 new_thread->depress_timer = timer_call_alloc(thread_depress_expire, new_thread); in thread_create_internal()
1506 new_thread->wait_timer = timer_call_alloc(thread_timer_expire, new_thread); in thread_create_internal()
H A Dtimer_call.c297 timer_call_alloc( in timer_call_alloc() function