Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dwork_interval.h83 bool work_interval_should_propagate(thread_t cthread, thread_t thread);
H A Dwork_interval.c362 work_interval_should_propagate(thread_t cthread, thread_t thread) in work_interval_should_propagate() function
H A Dsched_prim.c844 if (aticontext == FALSE && work_interval_should_propagate(cthread, thread)) { in thread_unblock()