Home
last modified time | relevance | path

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

/system/public/zircon/syscalls/
A Dexception.h52 #define ZX_EXCP_THREAD_EXITING ZX_PKT_TYPE_EXCEPTION(ZX_EXCP_SYNTH | 1) macro
/system/utest/exception/
A Dexception.c247 if (!verify_exception(&packet, process, ZX_EXCP_THREAD_EXITING)) in wait_process_exit()
295 if (!verify_exception(&packet, process, ZX_EXCP_THREAD_EXITING)) in wait_process_exit_from_debugger()
1055 ASSERT_TRUE(read_and_verify_exception(eport, child, ZX_EXCP_THREAD_EXITING, in thread_state_when_starting_or_exiting_test()
1345 if (packet.type != ZX_EXCP_THREAD_EXITING) { in trigger_test()
1351 if (read_and_verify_exception(eport, child, ZX_EXCP_THREAD_EXITING, &tid2)) { in trigger_test()
/system/ulib/unittest/
A Dcrash-handler.cpp43 case ZX_EXCP_THREAD_EXITING: { in process_exception()
/system/utest/debugger/
A Ddebugger.cpp312 case ZX_EXCP_THREAD_EXITING: in debugger_test_exception_handler()
929 case ZX_EXCP_THREAD_EXITING: in suspended_in_exception_handler()
A Dutils.cpp444 ASSERT_EQ(packet.type, (uint32_t)ZX_EXCP_THREAD_EXITING); in wait_thread_suspended()
/system/utest/core/threads/
A Dthreads.cpp805 ASSERT_TRUE(wait_thread_excp_type(thread_h, eport, ZX_EXCP_THREAD_EXITING, 0)); in TestKillSuspendedThread()

Completed in 23 milliseconds