Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched_rt.c190 rqi->pri_constraint = RT_CONSTRAINT_NONE; in pset_rt_init()
197 os_atomic_init(&rt_runq->constraint, RT_CONSTRAINT_NONE); in pset_rt_init()
1207 uint32_t constraint = RT_CONSTRAINT_NONE; in check_rt_runq_consistency()
1227 assert(iter_thread->realtime.constraint < RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
1240 assert(rt_runq->pri_constraint == RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
1401 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_dequeue()
1464 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_remove()
H A Dsched.h295 #define RT_CONSTRAINT_NONE UINT32_MAX macro