Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_policy.c300 thread_work_interval_flags_t th_wi_flags = os_atomic_load( in thread_policy_set() local
302 if ((th_wi_flags & TH_WORK_INTERVAL_FLAGS_HAS_WORKLOAD_ID) && in thread_policy_set()
303 !(th_wi_flags & TH_WORK_INTERVAL_FLAGS_RT_ALLOWED)) { in thread_policy_set()