Home
last modified time | relevance | path

Searched refs:ppoll (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/include/
Dpoll.h42 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);
71 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask… in ppoll() function
/bionic/libc/bionic/
D__poll_chk.cpp44 return ppoll(fds, fd_count, timeout, mask); in __ppoll_chk()
Dpoll.cpp50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll() function
/bionic/tests/
Dfortify_compilation_test.cpp231 ppoll(fds, 2, &timeout, NULL); in test_ppoll()
Dfortify_test.cpp980 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, NULL)); in TEST_F()
/bionic/libc/
Dlibc.map838 ppoll;
DSYSCALLS.TXT309 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset_t*, size_t) all