Home
last modified time | relevance | path

Searched refs:timer_call_enter_with_leeway (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.h141 extern boolean_t timer_call_enter_with_leeway(
H A Dtelemetry.c1465 timer_call_enter_with_leeway(&bootprofile_timer_call_entry, in bootprofile_init()
1479 timer_call_enter_with_leeway(&bootprofile_timer_call_entry, in bootprofile_wake_from_sleep()
1584 timer_call_enter_with_leeway(&bootprofile_timer_call_entry, in bootprofile_timer_call()
H A Dclock_oldops.c741 timer_call_enter_with_leeway(&alarm_expire_timer, NULL, abstime, 0, TIMER_CALL_USER_NORMAL, FALSE); in set_alarm()
H A Dthread_call.c862 timer_call_enter_with_leeway(&group->delayed_timers[flavor], (timer_call_param_t)flavor, in _arm_delayed_call_timer()
H A Dwaitq.c1364 act = timer_call_enter_with_leeway(thread->wait_timer, in waitq_assert_wait64_locked()
H A Dtimer_call.c766 timer_call_enter_with_leeway( in timer_call_enter_with_leeway() function