Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched.h290 #define RT_CONSTRAINT_NONE UINT32_MAX macro
H A Dsched_prim.c184 uint32_t constraint = RT_CONSTRAINT_NONE; in check_rt_runq_consistency()
204 assert(iter_thread->realtime.constraint < RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
217 assert(rt_runq->pri_constraint == RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
779 rqi->pri_constraint = RT_CONSTRAINT_NONE; in pset_rt_init()
783 os_atomic_init(&pset->rt_runq.constraint, RT_CONSTRAINT_NONE); in pset_rt_init()
4544 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_dequeue()
4607 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_remove()