Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dwork_interval.h145 bool work_interval_should_propagate(thread_t cthread, thread_t thread);
H A Dwork_interval.c413 work_interval_should_propagate(thread_t cthread, thread_t thread) in work_interval_should_propagate() function
H A Dsched_prim.c871 if (aticontext == FALSE && work_interval_should_propagate(cthread, thread)) { in thread_unblock()