Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_rt.c179 rqi->pri_constraint = RT_CONSTRAINT_NONE; in pset_rt_init()
186 os_atomic_init(&rt_runq->constraint, RT_CONSTRAINT_NONE); in pset_rt_init()
1182 uint32_t constraint = RT_CONSTRAINT_NONE; in check_rt_runq_consistency()
1202 assert(iter_thread->realtime.constraint < RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
1215 assert(rt_runq->pri_constraint == RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
1376 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_dequeue()
1439 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_remove()
H A Dsched.h295 #define RT_CONSTRAINT_NONE UINT32_MAX macro