Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dwork_interval.h95 bool work_interval_should_propagate(thread_t cthread, thread_t thread);
H A Dwork_interval.c383 work_interval_should_propagate(thread_t cthread, thread_t thread) in work_interval_should_propagate() function
H A Dsched_prim.c878 if (aticontext == FALSE && work_interval_should_propagate(cthread, thread)) { in thread_unblock()