Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dsys_work_interval.c105 kern_work_interval_destroy(current_thread(), create_args.wica_id); in work_interval_ctl()
210 kret = kern_work_interval_destroy(current_thread(), uap->work_interval_id); in work_interval_ctl()
/xnu-12377.81.4/osfmk/kern/
H A Dwork_interval.h128 kern_work_interval_destroy(thread_t thread, uint64_t work_interval_id);
H A Dwork_interval.c1500 kern_work_interval_destroy(thread_t thread, uint64_t work_interval_id) in kern_work_interval_destroy() function