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

/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp251 class TestException : public async_exception_t { class in namespace:__anon1291
253 TestException(zx_handle_t task, uint32_t options) function in class:__anon1291::TestException
254 : async_exception_t{{ASYNC_STATE_INIT}, &TestException::CallHandler, task, options} {
257 ~TestException() = default;
289 static_cast<TestException*>(receiver)->Handle(dispatcher, status, report);
822 TestException exception(self, 0);
864 TestException exception(zx_process_self(), 0);
970 class ThreadAssertException : public TestException {
974 : TestException(task, options), measure_(measure) {}
987 TestException
[all...]

Completed in 24 milliseconds