Home
last modified time | relevance | path

Searched refs:thread_array_t (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.121.6/osfmk/mach/
H A Dmach_types.h242 typedef mach_port_array_t thread_array_t; typedef
250 typedef thread_t *thread_array_t; typedef
267 typedef thread_array_t thread_port_array_t;
H A Dmach_types.defs230 type thread_array_t = ^array[] of thread_t;
/xnu-11417.121.6/tests/ipc/
H A Dipc_thread_ports_race.c62 thread_array_t threadList; in test_race()
H A Dipc_read_inspect.c159 thread_array_t threadList; in test_task_threads()
/xnu-11417.121.6/tests/
H A Dhw_breakpoint_step_arm64.c182 thread_array_t threads = NULL;
H A Dimm_pinned_control_port_crasher.c119 thread_array_t th_list; in pinned_test_task_threads_mod_ref()
H A Dimm_pinned_control_port.c239 thread_array_t threadList; in test_task_thread_port_values()
H A Dproc_info.c574 thread_array_t child_threads = NULL; in proc_info_caller()