Home
last modified time | relevance | path

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

/xnu-8792.41.9/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;
287 #define THREAD_INSPECT_NULL ((thread_inspect_t)NULL)
317 #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-8792.41.9/osfmk/kern/
H A Dipc_tt.h265 extern thread_inspect_t convert_port_to_thread_inspect(
H A Dthread.h965 thread_inspect_t thread);
1673 extern ipc_port_t convert_thread_inspect_to_port(thread_inspect_t);
1713 thread_inspect_t thread,
H A Dipc_tt.c126 static thread_inspect_t convert_port_to_thread_inspect_no_eval(ipc_port_t port);
1620 thread_inspect_t thread,
1626 thread_inspect_t thread, in thread_get_special_port_internal()
1680 thread_inspect_t thread, in thread_get_special_port()
3244 thread_inspect_t
3252 static thread_inspect_t
3363 convert_thread_inspect_to_port(thread_inspect_t thread) in convert_thread_inspect_to_port()
H A Dthread.c873 thread_inspect_t thread_inspect) in thread_inspect_deallocate()