Searched refs:sched_run_count (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched.h340 extern uint32_t sched_run_count, sched_share_count;
350 hw_atomic_add(&sched_run_count, 1); \
355 hw_atomic_sub(&sched_run_count, 1); \
H A Dsched_average.c128 nthreads = sched_run_count - 1;
H A Dsched_prim.c217 uint32_t sched_run_count, sched_share_count; variable

Completed in 31 milliseconds