Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dtimer_call.h152 extern timer_call_t timer_call_alloc(
H A Dthread.c1397 new_thread->depress_timer = timer_call_alloc(thread_depress_expire, new_thread); in thread_create_internal()
1398 new_thread->wait_timer = timer_call_alloc(thread_timer_expire, new_thread); in thread_create_internal()
H A Dtimer_call.c268 timer_call_alloc( in timer_call_alloc() function