Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dmonotonic_core.c78 (task_inspect_info_t)&counts[0], &size);
84 (task_inspect_info_t)&counts[1], &size);
157 (task_inspect_info_t)&counts[0], &size); in spin_task_inspect()
/xnu-12377.41.6/osfmk/mach/
H A Dtask_inspect.h55 typedef integer_t *task_inspect_info_t; typedef
H A Dtask.defs538 out info_out : task_inspect_info_t, CountInOut);
H A Dmach_types.defs361 type task_inspect_info_t = array[*:4] of integer_t;
/xnu-12377.41.6/tests/recount/
H A Drecount_perf_tests.c448 TASK_INSPECT_BASIC_COUNTS, (task_inspect_info_t)&before, in task_inspect_basic_counts_usage()
452 TASK_INSPECT_BASIC_COUNTS, (task_inspect_info_t)&after, in task_inspect_basic_counts_usage()
/xnu-12377.41.6/osfmk/kern/
H A Dtask.c9233 task_inspect_info_t info_out, mach_msg_type_number_t *size_in_out) in task_inspect()