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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.h181 #define SCHED_HEADQ 2 macro
H A Dsched_prim.c1264 thread = run_queue_dequeue(&processor->runq, SCHED_HEADQ);
1278 thread = run_queue_dequeue(&rt_runq, SCHED_HEADQ);
1725 thread_setrun(thread, SCHED_HEADQ);
1969 if (options & SCHED_HEADQ) {
2908 thread_setrun(new_thread, SCHED_HEADQ);
2949 thread_setrun(new_thread, SCHED_HEADQ);

Completed in 25 milliseconds