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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.h150 extern void sched_tick_thread(void);
H A Dsched_prim.c3029 result = kernel_thread_start_priority((thread_continue_t)sched_tick_thread, NULL, MAXPRI_KERNEL, &thread);
3036 * Yield to the sched_tick_thread while it times
3052 * sched_tick_thread:
3078 assert_wait_deadline((event_t)sched_tick_thread, THREAD_UNINT, sched_tick_deadline);
3118 sched_tick_thread(void) function

Completed in 25 milliseconds