Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/
H A Dmach_types.h122 typedef struct thread *thread_t, *thread_act_t, *thread_inspect_t, *thread_read_t; typedef
184 typedef mach_port_t thread_inspect_t;
301 #define THREAD_INSPECT_NULL ((thread_inspect_t)NULL)
331 #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-10063.141.1/osfmk/kern/
H A Dipc_tt.h260 extern thread_inspect_t convert_port_to_thread_inspect(
H A Dthread.h1091 thread_inspect_t thread);
1816 extern ipc_port_t convert_thread_inspect_to_port(thread_inspect_t);
1912 thread_inspect_t thread,
H A Dipc_tt.c143 static thread_inspect_t convert_port_to_thread_inspect_no_eval(ipc_port_t port);
1630 thread_inspect_t thread,
1636 thread_inspect_t thread, in thread_get_special_port_internal()
1690 thread_inspect_t thread, in thread_get_special_port()
3178 thread_inspect_t
3186 static thread_inspect_t
3297 convert_thread_inspect_to_port(thread_inspect_t thread) in convert_thread_inspect_to_port()
H A Dthread.c869 thread_inspect_t thread_inspect) in thread_inspect_deallocate()