Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dpriority.c980 boolean_t removed = thread_run_queue_remove(thread); in sched_thread_mode_demote()
1014 boolean_t removed = thread_run_queue_remove(thread); in sched_thread_mode_undemote()
H A Dsched_prim.h397 extern boolean_t thread_run_queue_remove(thread_t thread);
H A Dthread_group.c950 bool removed_from_runq = thread_run_queue_remove(t); in thread_set_preadopt_thread_group()
H A Dsched_prim.c1886 removed = thread_run_queue_remove(thread); in sched_vm_group_maintenance()
5817 removed_from_runq = thread_run_queue_remove(thread); in set_sched_pri()
5932 if (thread_run_queue_remove(thread)) { in thread_run_queue_remove_for_handoff()
6011 thread_run_queue_remove( in thread_run_queue_remove() function
H A Dthread_policy.c923 boolean_t removed = thread_run_queue_remove(thread); in thread_set_user_sched_mode_and_recompute_pri()