Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dreply_port_defense_client.c217 kern_return_t kr = thread_set_exception_ports( in unentitled_set_exception_ports_crash()
238 kern_return_t kr = thread_set_exception_ports( in unentitled_set_exception_ports_pass()
246 kr = thread_set_exception_ports( in unentitled_set_exception_ports_pass()
273 kr = thread_set_exception_ports( in exception_ports_crash()
H A Dexc_helpers.c323 kr = thread_set_exception_ports( in create_exception_port_behavior64()
H A Dmach_exception_reply.c374 kr = thread_set_exception_ports(self, EXC_MASK_ALL, ePort, EXCEPTION_DEFAULT, THREAD_STATE_NONE); in test_exc_reply_type()
/xnu-11215.1.10/libsyscall/mach/
H A Dadd_attributes_to_mig.txt28 thread_set_exception_ports
/xnu-11215.1.10/tests/ipc/
H A Dhardened_exceptions.c183 kern_return_t kr = thread_set_exception_ports(
/xnu-11215.1.10/osfmk/mach/
H A Dthread_act.defs262 routine thread_set_exception_ports(
415 * Calls thread_set_exception_ports on thread using a previously registered
/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c4378 thread_set_exception_ports( in thread_set_exception_ports() function