Home
last modified time | relevance | path

Searched refs:thread_select (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c2303 thread_select(thread_t thread, in thread_select() function
3715 new_thread = thread_select(self, processor, &reason); in thread_block_reason()
3785 new_thread = thread_select(self, processor, &reason); in thread_run()
6321 thread_t new_thread = thread_select(cur_thread, processor, &reason); in processor_idle()
/xnu-8020.140.41/doc/
H A Dsched_clutch_edge.md249 …be executed here. If the steal callout does not return a thread, the `thread_select()` logic calls…