Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/ !
H A Dpriority.c1035 boolean_t removed = thread_run_queue_remove(thread); in sched_thread_mode_demote()
1096 boolean_t removed = thread_run_queue_remove(thread); in sched_thread_mode_undemote()
H A Dsched_prim.h438 extern boolean_t thread_run_queue_remove(thread_t thread);
H A Dthread_group.c959 if (thread_run_queue_remove(t)) { in thread_set_preadopt_thread_group()
H A Dsched_prim.c1825 removed = thread_run_queue_remove(thread); in thread_unbind_after_queue_shutdown()
2011 removed = thread_run_queue_remove(thread); in sched_vm_group_maintenance()
5930 removed_from_runq = thread_run_queue_remove(thread); in set_sched_pri()
6050 if (thread_run_queue_remove(thread)) { in thread_run_queue_remove_for_handoff()
6131 thread_run_queue_remove( in thread_run_queue_remove() function
H A Dthread_policy.c963 boolean_t removed = thread_run_queue_remove(thread); in thread_set_user_sched_mode_and_recompute_pri()