Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.h428 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.c1889 removed = thread_run_queue_remove(thread); in thread_unbind_after_queue_shutdown()
2063 removed = thread_run_queue_remove(thread); in sched_vm_group_maintenance()
6206 removed_from_runq = thread_run_queue_remove(thread); in set_sched_pri()
6321 if (thread_run_queue_remove(thread)) { in thread_run_queue_remove_for_handoff()
6400 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()