Home
last modified time | relevance | path

Searched refs:task_wakeups_monitor_ctl (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dtask.h1261 extern kern_return_t task_wakeups_monitor_ctl(task_t task, uint32_t *rate_hz, int32_t *flags);
H A Dtask.c1634 task_wakeups_monitor_ctl(new_task, &flags, &rate); in task_create_internal()
8019 task_wakeups_monitor_ctl(task_t task, uint32_t *flags, int32_t *rate_hz) in task_wakeups_monitor_ctl() function
8126 task_wakeups_monitor_ctl(task, &flags, NULL); in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MANY_WAKEUPS()