Home
last modified time | relevance | path

Searched refs:thread_run_queue_remove_for_handoff (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dsyscall_subr.c276 thread_t pulled_thread = thread_run_queue_remove_for_handoff(thread); in thread_switch()
H A Dsched_prim.h433 thread_t thread_run_queue_remove_for_handoff(thread_t thread);
H A Dsched_prim.c6483 thread_run_queue_remove_for_handoff(thread_t thread) in thread_run_queue_remove_for_handoff() function
6561 pulled_thread = thread_run_queue_remove_for_handoff(thread); in thread_prepare_for_handoff()