Searched refs:poll (Results 26 - 31 of 31) sorted by relevance

12

/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp22 #include <poll.h>
1178 poll(&fds[startfd], endfd - startfd, timeout);
1250 ready = poll(&fds[startfd], endfd - startfd, 0);
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c8 #include <poll.h>
H A Dsocket.c5 #include <poll.h>
H A Dunistd.c10 #include <poll.h>
2088 int poll(struct pollfd* fds, nfds_t n, int timeout) { function
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp1272 ASSERT_EQ(poll(&fds, 1, 10), 0, "Failed to wait for readable blob");
1285 ASSERT_EQ(poll(&fds, 1, 10), 1, "Failed to wait for readable blob");
1337 ASSERT_EQ(poll(&fds, 1, 10000), 1, "Failed to wait for readable blob");
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp8 #include <poll.h>

Completed in 167 milliseconds

12