Searched defs:ppoll (Results 1 – 2 of 2) sorted by relevance
145 StatusOr<std::array<uint16_t, size>> ppoll(const std::array<Fd, size>& fds, uint16_t events, in ppoll() function
118 StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const override { in ppoll() function in android::netdutils::RealSyscalls