Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/mach/
H A Dmach_types.h123 typedef struct thread *thread_t, *thread_act_t, *thread_inspect_t, *thread_read_t; typedef
185 typedef mach_port_t thread_inspect_t;
302 #define THREAD_INSPECT_NULL ((thread_inspect_t)NULL)
332 #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;
353 thread : thread_inspect_t;
H A Dmach_types.defs196 type thread_inspect_t = mach_port_t
198 intran: thread_inspect_t convert_port_to_thread_inspect(mach_port_t)
199 outtran: mach_port_t convert_thread_inspect_to_port(thread_inspect_t)
200 destructor: thread_inspect_deallocate(thread_inspect_t)
/xnu-11215.81.4/osfmk/kern/
H A Dipc_tt.h268 extern thread_inspect_t convert_port_to_thread_inspect(
H A Dthread.h1106 thread_inspect_t thread);
1834 extern ipc_port_t convert_thread_inspect_to_port(thread_inspect_t);
1930 thread_inspect_t thread,
H A Dipc_tt.c153 static thread_inspect_t convert_port_to_thread_inspect_no_eval(ipc_port_t port);
1695 thread_inspect_t thread,
1701 thread_inspect_t thread, in thread_get_special_port_internal()
1755 thread_inspect_t thread, in thread_get_special_port()
3245 thread_inspect_t
3253 static thread_inspect_t
3364 convert_thread_inspect_to_port(thread_inspect_t thread) in convert_thread_inspect_to_port()
H A Dthread.c876 thread_inspect_t thread_inspect) in thread_inspect_deallocate()