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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_fixedpriority.c240 static uint32_t fairshare_minimum_blocked_time; variable
331 fairshare_minimum_blocked_time = (uint32_t)abstime;
620 * Make sure we've waited fairshare_minimum_blocked_time both from the time
624 if (current_time >= thread->last_run_time + fairshare_minimum_blocked_time) {

Completed in 19 milliseconds