Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c2643 thread_select(thread_t thread, in thread_select() function
4078 new_thread = thread_select(self, processor, &reason); in thread_block_reason()
4143 new_thread = thread_select(self, processor, &reason); in thread_run()
6896 thread_t new_thread = thread_select(cur_thread, processor, &reason); in processor_idle()
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md248 …be executed here. If the steal callout does not return a thread, the `thread_select()` logic calls…