Home
last modified time | relevance | path

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

/xnu-8020.140.41/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_read_t;
286 #define THREAD_READ_NULL ((thread_read_t)NULL)
315 #define THREAD_READ_NULL ((thread_read_t) 0)
H A Dthread_act.defs118 target_act : thread_read_t;
152 target_act : thread_read_t;
180 target_act : thread_read_t);
187 target_act : thread_read_t);
380 thr_act : thread_read_t;
H A Dmach_types.defs195 type thread_read_t = mach_port_t
197 intran: thread_read_t convert_port_to_thread_read(mach_port_t)
198 outtran: mach_port_t convert_thread_read_to_port(thread_read_t)
199 destructor: thread_read_deallocate(thread_read_t)
/xnu-8020.140.41/osfmk/kern/
H A Dipc_tt.h270 extern thread_read_t convert_port_to_thread_read(
H A Dthread.h961 thread_read_t thread);
1609 extern ipc_port_t convert_thread_read_to_port(thread_read_t);
H A Dipc_tt.c3112 thread_read_t
3120 static thread_read_t
3217 convert_thread_read_to_port(thread_read_t thread) in convert_thread_read_to_port()
H A Dthread.c838 thread_read_t thread_read) in thread_read_deallocate()