Home
last modified time | relevance | path

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

/xnu-11215.1.10/libsyscall/mach/
H A Dmach_legacy.c50 return thread_self_trap(); in mach_thread_self()
/xnu-11215.1.10/osfmk/mach/
H A Dsyscall_sw.h104 kernel_trap(thread_self_trap,-27,0)
H A Dmach_traps.h92 extern mach_port_name_t thread_self_trap(void);
433 extern mach_port_name_t thread_self_trap(
/xnu-11215.1.10/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.c1471 thread_self_trap( in thread_self_trap() function