Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_rt.h47 extern uint32_t rt_constraint_threshold;
H A Dsched_rt.c69 uint32_t rt_constraint_threshold; variable
117 rt_constraint_threshold = (uint32_t)abstime; in sched_realtime_timebase_init()
1370 return os_atomic_load(&pset->rt_runq.constraint, relaxed) <= rt_constraint_threshold; in rt_runq_is_low_latency()
H A Dsched_prim.c4152 if (thread->realtime.constraint <= rt_constraint_threshold) { in realtime_setrun()