Searched refs:ppoll (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | poll.h | 59 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, const struct timespec* time… in ppoll() function 70 return __call_bypassing_fortify(ppoll)(fds, fd_count, timeout, mask); in ppoll()
|
/bionic/tests/ |
D | poll_test.cpp | 45 ASSERT_EQ(0, ppoll(nullptr, 0, &ts, nullptr)); in TEST()
|
D | clang_fortify_tests.cpp | 443 EXPECT_FORTIFY_DEATH(ppoll(few_fds, 3, 0, 0)); in FORTIFY_TEST() 464 EXPECT_FORTIFY_DEATH_STRUCT(ppoll(fds.few, 3, &timeout, 0)); in FORTIFY_TEST()
|
D | fortify_test.cpp | 1006 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, nullptr)); in TEST_F()
|
/bionic/libc/include/ |
D | poll.h | 64 int ppoll(struct pollfd* _Nullable __fds, nfds_t __count, const struct timespec* _Nullable __timeou…
|
/bionic/libc/bionic/ |
D | poll.cpp | 51 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll() function
|
D | fortify.cpp | 169 return ppoll(fds, fd_count, timeout, mask); in __ppoll_chk()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_033.S | 609 CALL(ppoll)
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 1030 int n = ppoll(&fds, 1, &timeout, /*sigmask=*/NULL); in retrying_poll()
|
/bionic/docs/ |
D | status.md | 182 * <poll.h> `ppoll`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 325 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset64_t*, size_t) all
|
D | libc.map.txt | 738 ppoll; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 738 ppoll; # introduced=21
|