Home
last modified time | relevance | path

Searched refs:thread_inspect_t (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dmach_types.h122 typedef struct thread *thread_t, *thread_act_t, *thread_inspect_t, *thread_read_t; typedef
185 typedef mach_port_t thread_inspect_t;
290 #define THREAD_INSPECT_NULL ((thread_inspect_t)NULL)
320 #define THREAD_INSPECT_NULL ((thread_inspect_t) 0)
H A Dthread_act.defs236 thr_act : thread_inspect_t;
255 target_act : thread_inspect_t;
322 thread : thread_inspect_t;
366 thread : thread_inspect_t;
H A Dmach_types.defs187 type thread_inspect_t = mach_port_t
189 intran: thread_inspect_t convert_port_to_thread_inspect(mach_port_t)
190 outtran: mach_port_t convert_thread_inspect_to_port(thread_inspect_t)
191 destructor: thread_inspect_deallocate(thread_inspect_t)
/xnu-8019.80.24/osfmk/kern/
H A Dipc_tt.h267 extern thread_inspect_t convert_port_to_thread_inspect(
H A Dipc_tt.c124 static thread_inspect_t convert_port_to_thread_inspect_no_eval(ipc_port_t port);
1561 thread_inspect_t thread,
1567 thread_inspect_t thread, in thread_get_special_port_internal()
1613 thread_inspect_t thread, in thread_get_special_port()
3122 thread_inspect_t
3130 static thread_inspect_t
3218 convert_thread_inspect_to_port(thread_inspect_t thread) in convert_thread_inspect_to_port()
H A Dthread.h885 thread_inspect_t thread);
1531 extern ipc_port_t convert_thread_inspect_to_port(thread_inspect_t);
H A Dthread.c811 thread_inspect_t thread_inspect) in thread_inspect_deallocate()