Searched refs:PollSharedFd (Results 1 – 8 of 8) sorted by relevance
96 auto poll_fds = std::vector<cuttlefish::PollSharedFd>{ in main()97 cuttlefish::PollSharedFd{ in main()103 cuttlefish::PollSharedFd{ in main()
79 struct PollSharedFd;161 static int Poll(PollSharedFd* fds, size_t num_fds, int timeout);162 static int Poll(std::vector<PollSharedFd>& fds, int timeout);418 struct PollSharedFd { struct
331 int SharedFD::Poll(std::vector<PollSharedFd>& fds, int timeout) { in Poll()335 int SharedFD::Poll(PollSharedFd* fds, size_t num_fds, int timeout) { in Poll()
58 std::vector<PollSharedFd> input_poll = { in WaitForMessage()
126 std::vector<PollSharedFd> server_poll = { in ProxyServer()
387 std::vector<PollSharedFd> poll_shared_fd = { in ThreadLoop()481 std::vector<PollSharedFd> poll_shared_fd = { in DrainBootEventPipe()
267 PollSharedFd poll_fd = { in ReadExact()
1028 std::vector<PollSharedFd> poll = {{.fd = stop_fd, .events = POLLIN}}; in WaitForRestoreComplete()