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

  /bionic/libc/include/
poll.h 42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
49 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll); variable
50 __errordecl(__ppoll_too_small_error, "ppoll: pollfd array smaller than fd count");
71 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask) { function
  /bionic/libc/bionic/
poll.cpp 50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { function
  /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 732 milliseconds