Searched refs:ppoll (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/ |
D | 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); 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.cpp | 44 return ppoll(fds, fd_count, timeout, mask); in __ppoll_chk()
|
D | poll.cpp | 50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll() function
|
/bionic/tests/ |
D | fortify_compilation_test.cpp | 231 ppoll(fds, 2, &timeout, NULL); in test_ppoll()
|
D | fortify_test.cpp | 980 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, NULL)); in TEST_F()
|
/bionic/libc/ |
D | libc.map | 838 ppoll;
|
D | SYSCALLS.TXT | 309 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset_t*, size_t) all
|