Searched refs:thread_avoid_processor_expect (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/tests/sched/ |
| H A D | edge_migration.c | 119 ret = thread_avoid_processor_expect(starts_e, e_cpu, false, true); 168 ret = thread_avoid_processor_expect(starts_e, e_cpu, false, true); 300 ret = thread_avoid_processor_expect(thread, running_on_cpu, false, true); 310 ret = thread_avoid_processor_expect(thread, running_on_cpu, false, true); 401 ret = thread_avoid_processor_expect(thread, avoid_cpu_id, false, false); 413 ret = thread_avoid_processor_expect(thread, c, false, true);
|
| H A D | rt_migration.c | 241 ret = thread_avoid_processor_expect(thread, avoid_cpu_id, false, false); 252 ret = thread_avoid_processor_expect(thread, c, false, true);
|
| /xnu-12377.61.12/tests/sched/sched_test_harness/ |
| H A D | sched_migration_harness.h | 49 extern bool thread_avoid_processor_expect(test_thread_t thread, int cpu_id, bool quantum_expir…
|
| H A D | sched_migration_harness.c | 57 thread_avoid_processor_expect(test_thread_t thread, int cpu_id, bool quantum_expiry, bool avoid_exp… in thread_avoid_processor_expect() function
|