Searched refs:task_suspend_stats_t (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | task_suspend_stats.c | 80 get_stats(task_t task, task_suspend_stats_t _Nonnull out) in get_stats() 100 log_stats(mach_timebase_info_data_t timebase, uint64_t now, const char *name, task_suspend_stats_t … in log_stats() 150 verify_stats(mach_timebase_info_data_t timebase, task_suspend_stats_t _Nonnull pre, task_suspend_st… in verify_stats()
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | task_info.h | 555 } *task_suspend_stats_t; typedef
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | task.h | 1625 extern kern_return_t task_get_suspend_stats(task_t task, task_suspend_stats_t stats); 1626 extern kern_return_t task_get_suspend_stats_kdp(task_t task, task_suspend_stats_t stats);
|
| H A D | task.c | 3628 task_suspend_stats_t stats; in _task_mark_suspend_source() 3663 _task_get_suspend_stats_locked(task_t task, task_suspend_stats_t stats) in _task_get_suspend_stats_locked() 3688 task_get_suspend_stats(task_t task, task_suspend_stats_t stats) in task_get_suspend_stats() 3707 task_get_suspend_stats_kdp(task_t task, task_suspend_stats_t stats) in task_get_suspend_stats_kdp() 6420 error = _task_get_suspend_stats_locked(task, (task_suspend_stats_t)task_info_out); in task_info()
|