Searched refs:timer_call_alloc (Results 1 – 3 of 3) sorted by relevance
152 extern timer_call_t timer_call_alloc(
1505 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()
297 timer_call_alloc( in timer_call_alloc() function