Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dtry_read_write.c83 static mach_port_t try_read_write_exc_port; variable
259 try_read_write_exc_port = create_exception_port(EXC_MASK_BAD_ACCESS); in initialize_exception_handlers()
260 repeat_exception_handler(try_read_write_exc_port, try_read_write_exception_handler); in initialize_exception_handlers()
275 set_thread_exception_port(try_read_write_exc_port, EXC_MASK_BAD_ACCESS); in begin_expected_exceptions()