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

/fuchsia/zircon/system/utest/core/echo/
H A Decho.c17 bool wait_for_readable(zx_handle_t handle) { function
34 ASSERT_TRUE(wait_for_readable(handle), "handle not readable");
141 EXPECT_FALSE(wait_for_readable(handles[0]), "handle should not readable");

Completed in 36 milliseconds