Home
last modified time | relevance | path

Searched refs:thread_self_trap (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/libsyscall/mach/
H A Dmach_legacy.c50 return thread_self_trap(); in mach_thread_self()
/xnu-12377.41.6/osfmk/mach/
H A Dsyscall_sw.h104 kernel_trap(thread_self_trap,-27,0)
H A Dmach_traps.h93 extern mach_port_name_t thread_self_trap(void);
438 extern mach_port_name_t thread_self_trap(
/xnu-12377.41.6/osfmk/kern/
H A Dsyscall_sw.c133 /* 27 */ MACH_TRAP(thread_self_trap, 0, 0, NULL, .mach_trap_returns_port = 1),
H A Dipc_tt.c1302 thread_self_trap( in thread_self_trap() function