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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.h219 extern void clock_delay_until(
286 #define clock_delay_until(a) \ macro
287 clock_delay_until(__OSAbsoluteTime(a))
H A Dclock.c708 clock_delay_until( function
721 assert_wait_deadline((event_t)clock_delay_until, THREAD_UNINT, deadline - sched_cswtime);
736 clock_delay_until(end);

Completed in 24 milliseconds