Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/
H A Dmach_types.h241 typedef mach_port_array_t thread_array_t; typedef
249 typedef thread_t *thread_array_t; typedef
266 typedef thread_array_t thread_port_array_t;
H A Dmach_types.defs230 type thread_array_t = ^array[] of thread_t;
/xnu-10063.141.1/tests/
H A Dipc_thread_ports_race.c61 thread_array_t threadList; in test_race()
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 Dipc_read_inspect.c158 thread_array_t threadList; in test_task_threads()
H A Dproc_info.c574 thread_array_t child_threads = NULL; in proc_info_caller()