Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtimer_call.h152 extern timer_call_t timer_call_alloc(
H A Dthread.c1511 new_thread->depress_timer = timer_call_alloc(thread_depress_expire, new_thread); in thread_create_internal()
1512 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