Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dpriority.c1038 boolean_t removed = thread_run_queue_remove(thread); in sched_thread_mode_demote()
1097 boolean_t removed = thread_run_queue_remove(thread); in sched_thread_mode_undemote()
H A Dsched_prim.h432 extern boolean_t thread_run_queue_remove(thread_t thread);
H A Dthread_group.c951 if (thread_run_queue_remove(t)) { in thread_set_preadopt_thread_group()
H A Dsched_prim.c2028 removed = thread_run_queue_remove(thread); in thread_unbind_after_queue_shutdown()
2214 removed = thread_run_queue_remove(thread); in sched_vm_group_maintenance()
6392 removed_from_runq = thread_run_queue_remove(thread); in set_sched_pri()
6507 if (thread_run_queue_remove(thread)) { in thread_run_queue_remove_for_handoff()
6586 thread_run_queue_remove( in thread_run_queue_remove() function
H A Dthread_policy.c962 boolean_t removed = thread_run_queue_remove(thread); in thread_set_user_sched_mode_and_recompute_pri()