Home
last modified time | relevance | path

Searched defs:ppoll (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dpoll.h71 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask… in ppoll() function
/bionic/libc/bionic/
Dpoll.cpp50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll() function