Searched refs:verify_exception (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/exception/
H A Dexception.c171 static bool verify_exception(const zx_port_packet_t* packet, function
213 return verify_exception(&packet, process, expected_type);
242 if (!verify_exception(&packet, process, ZX_EXCP_THREAD_EXITING))
288 if (!verify_exception(&packet, process, ZX_EXCP_THREAD_EXITING))
825 ASSERT_TRUE(verify_exception(&start_packet, child, ZX_EXCP_PROCESS_STARTING),
842 ASSERT_TRUE(verify_exception(&start_packet_process, child, ZX_EXCP_THREAD_STARTING),
975 ASSERT_TRUE(verify_exception(&start_packet, child, ZX_EXCP_THREAD_STARTING),
1341 verify_exception(&packet, child, excp_type);
1585 ASSERT_TRUE(verify_exception(&start_packet, child, ZX_EXCP_THREAD_STARTING),

Completed in 101 milliseconds