Searched refs:PollSharedFd (Results 1 – 8 of 8) sorted by relevance
79 struct PollSharedFd;158 static int Poll(PollSharedFd* fds, size_t num_fds, int timeout);159 static int Poll(std::vector<PollSharedFd>& fds, int timeout);412 struct PollSharedFd { struct
338 int SharedFD::Poll(std::vector<PollSharedFd>& fds, int timeout) { in Poll()342 int SharedFD::Poll(PollSharedFd* fds, size_t num_fds, int timeout) { in Poll()
96 auto poll_fds = std::vector<cuttlefish::PollSharedFd>{ in main()97 cuttlefish::PollSharedFd{ in main()103 cuttlefish::PollSharedFd{ in main()
58 std::vector<PollSharedFd> input_poll = { in WaitForMessage()
126 std::vector<PollSharedFd> server_poll = { in ProxyServer()
133 PollSharedFd poll_fd = { in ReadExact()
292 std::vector<PollSharedFd> poll_shared_fd = { in ThreadLoop()
913 std::vector<PollSharedFd> poll = {{.fd = stop_fd, .events = POLLIN}}; in WaitForRestoreComplete()