Searched refs:work_interval_notify (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.101.15/tests/ |
| H A D | work_interval_test_unentitled.c | 83 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 D | work_interval_test.c | 57 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 D | work_interval.c | 102 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 D | work_interval.h | 230 int work_interval_notify(work_interval_t interval_handle,
|
| /xnu-11417.101.15/osfmk/arm/ |
| H A D | machine_routines_common.c | 275 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 D | machine_routines.h | 1141 sched_perfcontrol_work_interval_notify_t work_interval_notify; member
|