Searched refs:thread_run_queue_remove (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dpriority.c481 boolean_t removed = thread_run_queue_remove(thread);
532 boolean_t removed = thread_run_queue_remove(thread);
H A Dsched_fixedpriority.c626 boolean_t removed = thread_run_queue_remove(thread);
640 boolean_t removed = thread_run_queue_remove(thread);
659 boolean_t removed = thread_run_queue_remove(thread);
H A Dsched_prim.h230 extern boolean_t thread_run_queue_remove(
H A Dsyscall_subr.c293 thread_run_queue_remove(thread) ) {
H A Dsched_prim.c2801 * The run queue must be locked (see thread_run_queue_remove()
2839 * The run queue must be locked (see thread_run_queue_remove()
3043 * The run queue must be locked (see thread_run_queue_remove()
3744 boolean_t removed = thread_run_queue_remove(thread);
3839 * thread_run_queue_remove:
3847 thread_run_queue_remove( function

Completed in 36 milliseconds