Home
last modified time | relevance | path

Searched refs:task_inspect_info_t (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/tests/
H A Dmonotonic_core.c100 (task_inspect_info_t)&counts[0], &size);
106 (task_inspect_info_t)&counts[1], &size);
179 (task_inspect_info_t)&counts[0], &size); in spin_task_inspect()
/xnu-8020.140.41/osfmk/mach/
H A Dtask_inspect.h55 typedef integer_t *task_inspect_info_t; typedef
H A Dtask.defs553 out info_out : task_inspect_info_t, CountInOut);
H A Dmach_types.defs342 type task_inspect_info_t = array[*:4] of integer_t;
/xnu-8020.140.41/osfmk/kern/
H A Dtask.c8228 task_inspect_info_t info_out, mach_msg_type_number_t *size_in_out) in task_inspect()