Searched refs:ppoll (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/ |
D | poll.h | 42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) 43 __overloadable __RENAME_CLANG(ppoll) __INTRODUCED_IN(21); 72 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, 80 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, in ppoll() function 85 return __call_bypassing_fortify(ppoll)(fds, fd_count, timeout, mask); in ppoll() 94 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll) 111 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in ppoll() function
|
/bionic/libc/bionic/ |
D | poll.cpp | 50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) __overloadable { in ppoll() function
|
D | fortify.cpp | 175 return ppoll(fds, fd_count, timeout, mask); in __ppoll_chk()
|
/bionic/tests/ |
D | fortify_compilation_test.cpp | 232 ppoll(fds, 2, &timeout, NULL); in test_ppoll()
|
D | fortify_test.cpp | 986 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, NULL)); in TEST_F()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 320 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset_t*, size_t) all
|
D | libc.mips64.map | 660 ppoll; # introduced=21
|
D | libc.x86_64.map | 660 ppoll; # introduced=21
|
D | libc.arm64.map | 660 ppoll; # introduced=21
|
D | libc.mips.map | 711 ppoll; # introduced=21
|
D | libc.x86.map | 709 ppoll; # introduced=21
|
D | libc.arm.map | 713 ppoll; # introduced=21
|
D | libc.map.txt | 737 ppoll; # introduced=21
|