Home
last modified time | relevance | path

Searched refs:cpu_clear_thread_current (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/tests/sched/
H A Drt_migration.c142 cpu_clear_thread_current(i);
375 test_thread_t saved_idle_thread = cpu_clear_thread_current(idle_cpu);
378 cpu_set_thread_current(target_cpu, cpu_clear_thread_current(target_cpu));
H A Dedge_migration.c126 cpu_clear_thread_current(other_e_cpu);
172 cpu_clear_thread_current(e_cpu);
323 cpu_clear_thread_current(running_on_cpu);
/xnu-12377.1.9/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h48 extern test_thread_t cpu_clear_thread_current(int cpu_id);
H A Dsched_runqueue_harness.c167 cpu_clear_thread_current(int cpu_id) in cpu_clear_thread_current() function