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

/fuchsia/zircon/system/utest/fdio/
H A Dfdio_socketpair.c187 int poll_result; member in struct:poll_for_read_args
200 poll_args->poll_result = poll(&pollfd, 1, timeout_ms);
228 EXPECT_EQ(poll_args.poll_result, 1, "poll should have one entry");
250 EXPECT_EQ(poll_args.poll_result, 1, "poll should have one entry");
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c110 int poll_result = poll(&poll_fds, 1, SEND_TIMEOUT_US); local
111 if (poll_result < 0) {
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c109 int poll_result = poll(&poll_fds, 1, MAX_SEND_TIME_MS); local
110 if (poll_result <= 0) {

Completed in 32 milliseconds