Searched refs:SCHED_TAILQ (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dsched_fixedpriority.c456 sched_fixedpriority_processor_enqueue(processor, thread, SCHED_TAILQ);
464 thread_setrun(thread, SCHED_TAILQ);
633 thread_setrun(thread, SCHED_TAILQ);
649 thread_setrun(thread, SCHED_TAILQ);
H A Dsched_grrr.c377 sched_grrr_processor_enqueue(processor, thread, SCHED_TAILQ);
385 thread_setrun(thread, SCHED_TAILQ);
H A Dpriority.c506 thread_setrun(thread, SCHED_TAILQ);
H A Dsched_prim.h187 #define SCHED_TAILQ 1 macro
H A Dsched_prim.c1007 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
1517 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
2587 thread_setrun(thread, SCHED_TAILQ);
2592 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
3047 if (options & SCHED_TAILQ)
3976 thread_setrun(thread, SCHED_TAILQ);
4068 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
H A Dthread.c628 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);

Completed in 42 milliseconds