Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c234 uint32_t rt_constraint_threshold; variable
239 return os_atomic_load(&SCHED(rt_runq)(pset)->constraint, relaxed) <= rt_constraint_threshold; in rt_runq_is_low_latency()
282 uint32_t rt_constraint_threshold; variable
633 rt_constraint_threshold = (uint32_t)abstime; in sched_realtime_timebase_init()
4443 if (thread->realtime.constraint <= rt_constraint_threshold) { in realtime_setrun()