Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_traditional.c144 .steal_thread = sched_traditional_steal_thread,
199 .steal_thread = sched_traditional_steal_thread,
H A Dsched_proto.c164 .steal_thread = sched_proto_steal_thread,
H A Dsched_dualq.c110 .steal_thread = sched_dualq_steal_thread,
H A Dsched_amp.c123 .steal_thread = sched_amp_steal_thread,
H A Dsched_prim.h734 thread_t (*steal_thread)( member
H A Dsched_grrr.c201 .steal_thread = sched_grrr_steal_thread,
H A Dsched_multiq.c300 .steal_thread = sched_multiq_steal_thread,
H A Dsched_clutch.c2747 .steal_thread = sched_clutch_steal_thread,
3383 .steal_thread = sched_edge_processor_idle,
H A Dsched_prim.c2731 if ((new_thread = SCHED(steal_thread)(pset)) != THREAD_NULL) { in thread_select()
/xnu-8020.101.4/doc/
H A Dsched_clutch_edge.md249 The `SCHED(steal_thread)` scheduler callout is invoked when the processor does not find any thread …
270 If `SCHED(steal_thread)` did not return a thread for the processor, it indicates that the processor…