Home
last modified time | relevance | path

Searched refs:work_interval_notify (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.101.15/tests/
H A Dwork_interval_test_unentitled.c83 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
100 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
107 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
116 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
H A Dwork_interval_test.c57 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
75 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
82 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
91 ret = work_interval_notify(handle, now - 1000, now, now + 1000, now + 2000, 0);
/xnu-11417.101.15/libsyscall/wrappers/
H A Dwork_interval.c102 work_interval_notify(work_interval_t interval_handle, uint64_t start, in work_interval_notify() function
137 return work_interval_notify(interval_handle, start, mach_absolute_time(), in work_interval_notify_simple()
/xnu-11417.101.15/bsd/sys/
H A Dwork_interval.h230 int work_interval_notify(work_interval_t interval_handle,
/xnu-11417.101.15/osfmk/arm/
H A Dmachine_routines_common.c275 if (callbacks->work_interval_notify != NULL) { in sched_perfcontrol_register_callbacks()
276 sched_perfcontrol_work_interval_notify = callbacks->work_interval_notify; in sched_perfcontrol_register_callbacks()
H A Dmachine_routines.h1141 sched_perfcontrol_work_interval_notify_t work_interval_notify; member