Searched refs:thread_setrun (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.h176 extern void thread_setrun(
H A Dpriority.c386 thread_setrun(thread, SCHED_TAILQ);
H A Dsched_prim.c553 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
959 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
1722 thread_setrun(thread, SCHED_TAILQ);
1725 thread_setrun(thread, SCHED_HEADQ);
1727 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
2373 * thread_setrun:
2382 thread_setrun( function
2534 thread_setrun(thread, SCHED_TAILQ);
2621 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);
2908 thread_setrun(new_threa
[all...]
H A Dthread.c502 thread_setrun(thread, SCHED_PREEMPT | SCHED_TAILQ);

Completed in 43 milliseconds