Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h272 #define RT_CONSTRAINT_NONE UINT32_MAX macro
H A Dsched_prim.c177 uint32_t constraint = RT_CONSTRAINT_NONE; in check_rt_runq_consistency()
197 assert(iter_thread->realtime.constraint < RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
210 assert(rt_runq->pri_constraint == RT_CONSTRAINT_NONE); in check_rt_runq_consistency()
565 rqi->pri_constraint = RT_CONSTRAINT_NONE; in pset_rt_init()
569 os_atomic_init(&pset->rt_runq.constraint, RT_CONSTRAINT_NONE); in pset_rt_init()
4108 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_dequeue()
4171 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_remove()