Home
last modified time | relevance | path

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

/xnu-8020.140.41/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.h398 thread_t thread_run_queue_remove_for_handoff(thread_t thread);
H A Dsched_prim.c5908 thread_run_queue_remove_for_handoff(thread_t thread) in thread_run_queue_remove_for_handoff() function
5986 pulled_thread = thread_run_queue_remove_for_handoff(thread); in thread_prepare_for_handoff()