Home
last modified time | relevance | path

Searched refs:steal_thread (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dsched_dualq.c110 .steal_thread = sched_dualq_steal_thread,
H A Dsched_amp.c126 .steal_thread = sched_amp_steal_thread,
H A Dsched_prim.h885 thread_t (*steal_thread)( member
H A Dsched_clutch.c3138 .steal_thread = sched_clutch_steal_thread,
3740 .steal_thread = sched_edge_processor_idle,
H A Dsched_prim.c3061 if ((new_thread = SCHED(steal_thread)(pset)) != THREAD_NULL) { in thread_select()
/xnu-11215.81.4/doc/scheduler/
H A Dsched_clutch_edge.md248 The `SCHED(steal_thread)` scheduler callout is invoked when the processor does not find any thread …
269 If `SCHED(steal_thread)` did not return a thread for the processor, it indicates that the processor…