Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dwork_interval.h83 kern_work_interval_notify(thread_t thread, struct kern_work_interval_args* kwi_args);
H A Dwork_interval.c951 kern_work_interval_notify(thread_t thread, struct kern_work_interval_args* kwi_args) in kern_work_interval_notify() function
/xnu-8792.41.9/bsd/kern/
H A Dsys_work_interval.c245 kret = kern_work_interval_notify(current_thread(), &kwi_args); in work_interval_ctl()