Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dwork_interval.c927 const bool old_wi_auto_joined = ((thread->sched_flags & TH_SFLAG_THREAD_GROUP_AUTO_JOIN) != 0); in thread_set_work_interval() local
929 if ((options & THREAD_WI_AUTO_JOIN_POLICY) || old_wi_auto_joined) { in thread_set_work_interval()
936 if (old_wi_auto_joined) { in thread_set_work_interval()