Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpoll.h80 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, in ppoll() function
111 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in ppoll() function
/bionic/libc/bionic/
Dpoll.cpp50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) __overloadable { in ppoll() function