Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/
H A Dedge_migration.c69 int p_cpu = pset_id_to_cpu_id(p_pset); variable
70 cpu_set_thread_current(p_cpu, yielder);
71 ret = cpu_check_should_yield(p_cpu, false);
78 ret = cpu_check_should_yield(p_cpu, true);
90 ret = cpu_check_should_yield(p_cpu, false);
92 ret = tracepoint_expect(EDGE_SHOULD_YIELD, get_thread_tid(yielder), p_cpu, 0, 4);
99 ret = cpu_check_should_yield(p_cpu, true);
101 ret = tracepoint_expect(EDGE_SHOULD_YIELD, get_thread_tid(yielder), p_cpu, 0, 2);
124 int p_cpu = 0; variable
128 cpu_set_thread_current(p_cpu, starts_p);
[all …]