Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dtask_suspend_stats.c90 get_sources(task_t task, task_suspend_source_t _Nonnull out) in get_sources()
121 task_suspend_source_t source = &sources[i]; in log_sources()
138 verify_source(task_suspend_source_t source) in verify_source()
407 task_suspend_source_t source = &sources[i];
/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h568 } *task_suspend_source_t; typedef
/xnu-12377.81.4/osfmk/kern/
H A Dtask.c3629 task_suspend_source_t source; in _task_mark_suspend_source()
3674 _task_get_suspend_sources_locked(task_t task, task_suspend_source_t sources) in _task_get_suspend_sources_locked()
6435 error = _task_get_suspend_sources_locked(task, (task_suspend_source_t)task_info_out); in task_info()