Searched refs:EXCEPTION_PORT_KEY (Results 1 – 2 of 2) sorted by relevance
| /system/utest/exception/ |
| A D | exception.c | 36 static const uint64_t EXCEPTION_PORT_KEY = 0x6b6579; // "key" variable 165 ASSERT_EQ(packet->key, EXCEPTION_PORT_KEY, "bad report key"); in read_packet() 181 EXPECT_EQ(packet->key, EXCEPTION_PORT_KEY, ""); in verify_exception() 656 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, options); in dead_process_unbind_helper() 744 tu_set_exception_port(thread, eport, EXCEPTION_PORT_KEY, 0); in dead_thread_unbind_helper() 812 tu_set_exception_port(job, eport, EXCEPTION_PORT_KEY, 0); in job_handler_test() 901 tu_set_exception_port(grandparent_job, eport, EXCEPTION_PORT_KEY, 0); in grandparent_job_handler_test() 919 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, 0); in process_handler_test() 938 tu_set_exception_port(thread, eport, EXCEPTION_PORT_KEY, 0); in thread_handler_test() 1111 tu_set_exception_port(child, eport, EXCEPTION_PORT_KEY, 0); in process_exit_notification_test() [all …]
|
| /system/ulib/unittest/ |
| A D | crash-handler.cpp | 15 #define EXCEPTION_PORT_KEY 1 macro 163 case EXCEPTION_PORT_KEY: in watch_test_thread() 224 status = zx_task_bind_exception_port(self, data->port, EXCEPTION_PORT_KEY, 0); in run_test() 265 status = zx_task_bind_exception_port(zx_job_default(), port, EXCEPTION_PORT_KEY, 0); in run_with_crash_handler()
|
Completed in 11 milliseconds