Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/mach/
H A Dmach_types.h122 typedef struct thread *thread_t, *thread_act_t, *thread_inspect_t, *thread_read_t; typedef
183 typedef mach_port_t thread_inspect_t;
285 #define THREAD_INSPECT_NULL ((thread_inspect_t)NULL)
314 #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-8020.101.4/osfmk/kern/
H A Dipc_tt.h266 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);
1578 thread_inspect_t thread,
1584 thread_inspect_t thread, in thread_get_special_port_internal()
1630 thread_inspect_t thread, in thread_get_special_port()
3128 thread_inspect_t
3136 static thread_inspect_t
3224 convert_thread_inspect_to_port(thread_inspect_t thread) in convert_thread_inspect_to_port()
H A Dthread.h917 thread_inspect_t thread);
1567 extern ipc_port_t convert_thread_inspect_to_port(thread_inspect_t);
H A Dthread.c808 thread_inspect_t thread_inspect) in thread_inspect_deallocate()