HomeSort by relevance Sort by last modified time
    Searched defs:ppoll (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
poll.cpp 50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { function
  /system/netd/libnetdutils/include/netdutils/
Syscalls.h 62 virtual StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const = 0;
141 StatusOr<std::array<uint16_t, size>> ppoll(const std::array<Fd, size>& fds, uint16_t events, function in class:android::netdutils::Syscalls
149 RETURN_IF_NOT_OK(ppoll(tmp.data(), tmp.size(), timeout).status());
  /external/tcpdump/
print-ntp.c 119 u_char ppoll; /* poll value */ member in struct:ntpdata
239 ND_TCHECK(bp->ppoll);
240 ND_PRINT((ndo, ", poll %u (%us)", bp->ppoll, 1 << bp->ppoll));

Completed in 68 milliseconds