Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/
H A Dedge_migration.c69 cpu_set_thread_current(0, yielder);
79 cpu_set_thread_current(0, yielder); /* Reset current thread */
85 cpu_set_thread_current(cluster_id_to_cpu_id(1), background);
107 cpu_set_thread_current(dst_pcore, core_busy);
122 cpu_set_thread_current(dst_ecore, core_busy);
H A Dclutch_runqueue.c390 cpu_set_thread_current(get_default_cpu(), threads[0]);
/xnu-11417.121.6/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h47 extern void cpu_set_thread_current(int cpu_id, test_thread_t thread);
H A Dsched_runqueue_harness.c161 cpu_set_thread_current(int cpu_id, test_thread_t thread) in cpu_set_thread_current() function
299 cpu_set_thread_current(cpu_id, expected_thread); in dequeue_thread_expect()