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

/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp830 zx_handle_t crashing_thread; local
831 EXPECT_EQ(ZX_OK, create_crashing_thread(&crashing_thread));
837 state = get_thread_state(crashing_thread);
847 EXPECT_EQ(get_koid(crashing_thread), exception.last_report->exception.tid);
848 zx_task_kill(crashing_thread);
849 zx_handle_close(crashing_thread);

Completed in 25 milliseconds