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

/fuchsia/zircon/system/utest/core/handle-wait/
H A Dhandle-wait.c70 static bool wait_readable(zx_handle_t handle, enum wait_result* result) { function
84 unittest_printf("wait_readable: peer closed\n");
152 ASSERT_TRUE(wait_readable(handle, &result), "Error during waiting for read call");
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp1332 static bool wait_readable(int fd) { function
1357 if (!wait_readable(fd.get())) {

Completed in 75 milliseconds