Searched refs:delay_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sched_prim.c | 2317 __kdebug_only int delay_count = 0; in thread_select() local 2406 delay_count++; in thread_select() 2540 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 1); in thread_select() 2556 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 2); in thread_select() 2631 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 3); in thread_select() 2696 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 4); in thread_select() 2729 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 5); in thread_select() 2769 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 6); in thread_select() 2793 …(uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 10 + idle_reaso… in thread_select()
|