Searched refs:process_exception (Results 1 – 2 of 2) sorted by relevance
| /system/utest/async-loop/ |
| A D | loop_tests.cpp | 940 TestProcessException process_exception(loop.dispatcher(), self, 0, crashing_tid); in exception_test() local 942 EXPECT_EQ(ZX_OK, process_exception.Bind()); in exception_test() 946 EXPECT_EQ(0u, process_exception.run_count); in exception_test() 961 EXPECT_EQ(0u, process_exception.run_count); in exception_test() 981 EXPECT_EQ(1u, process_exception.run_count); in exception_test() 982 EXPECT_EQ(ZX_OK, process_exception.last_status); in exception_test() 983 ASSERT_NONNULL(process_exception.last_report); in exception_test() 984 EXPECT_EQ(ZX_EXCP_FATAL_PAGE_FAULT, process_exception.last_report->type); in exception_test() 985 EXPECT_EQ(self_pid, process_exception.last_report->exception.pid); in exception_test() 986 EXPECT_EQ(crashing_tid, process_exception.last_report->exception.tid); in exception_test() [all …]
|
| /system/ulib/unittest/ |
| A D | crash-handler.cpp | 36 static void process_exception(crash_list_t crash_list, const zx_port_packet_t* packet, in process_exception() function 164 process_exception(crash_list, &packet, port); in watch_test_thread()
|
Completed in 8 milliseconds