Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dwork_interval.c883 …bool thread_on_remote_core = ((thread != current_thread()) && (thread->state & TH_RUN) && (thread-… in thread_set_work_interval() local
885 if (thread_on_remote_core && ((options & THREAD_WI_THREAD_CTX_SWITCH) == 0)) { in thread_set_work_interval()