Searched refs:delay_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | sched_prim.c | 2657 __kdebug_only int delay_count = 0; in thread_select() local 2746 delay_count++; in thread_select() 2879 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 1); in thread_select() 2895 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 2); in thread_select() 2970 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 3); in thread_select() 3044 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 4); in thread_select() 3077 (uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 5); in thread_select() 3117 (uintptr_t)thread_tid(thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 6); in thread_select() 3141 …(uintptr_t)thread_tid(new_thread), pset->pending_AST_URGENT_cpu_mask, delay_count, 10 + idle_reaso… in thread_select()
|