Home
last modified time | relevance | path

Searched refs:rt_constraint_threshold (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dsched_prim.c239 uint32_t rt_constraint_threshold; variable
244 return os_atomic_load(&SCHED(rt_runq)(pset)->constraint, relaxed) <= rt_constraint_threshold; in rt_runq_is_low_latency()
309 uint32_t rt_constraint_threshold; variable
814 rt_constraint_threshold = (uint32_t)abstime; in sched_realtime_timebase_init()
4827 if (thread->realtime.constraint <= rt_constraint_threshold) { in realtime_setrun()