Searched refs:ppoll (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | poll.h | 58 int ppoll(struct pollfd* _Nullable const fds __pass_object_size, nfds_t fd_count, const struct time… in ppoll() function 69 return __call_bypassing_fortify(ppoll)(fds, fd_count, timeout, mask); in ppoll()
|
/bionic/tests/ |
D | poll_test.cpp | 47 ASSERT_EQ(0, ppoll(nullptr, 0, &ts, nullptr)); in TEST()
|
D | clang_fortify_tests.cpp | 420 EXPECT_FORTIFY_DEATH(ppoll(few_fds, 3, 0, 0)); in FORTIFY_TEST() 441 EXPECT_FORTIFY_DEATH_STRUCT(ppoll(fds.few, 3, &timeout, 0)); in FORTIFY_TEST()
|
D | fortify_test.cpp | 1009 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, nullptr)); in TEST_F()
|
/bionic/libc/include/ |
D | poll.h | 62 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 | 166 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 | 1029 int n = ppoll(&fds, 1, &timeout, /*sigmask=*/NULL); in retrying_poll()
|
/bionic/docs/ |
D | status.md | 239 * <poll.h> `ppoll`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 341 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
|