Searched refs:clock_delay_until (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.h217 extern void clock_delay_until(
301 #define clock_delay_until(a) \ macro
302 clock_delay_until(__OSAbsoluteTime(a))
H A Dclock.c803 clock_delay_until( function
832 assert_wait_deadline((event_t)clock_delay_until, THREAD_UNINT, deadline);

Completed in 23 milliseconds