Home
last modified time | relevance | path

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

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