Home
last modified time | relevance | path

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

/bionic/libc/include/bits/fortify/
Dpoll.h59 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/
Dpoll_test.cpp45 ASSERT_EQ(0, ppoll(nullptr, 0, &ts, nullptr)); in TEST()
Dclang_fortify_tests.cpp443 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()
Dfortify_test.cpp1006 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, nullptr)); in TEST_F()
/bionic/libc/include/
Dpoll.h64 int ppoll(struct pollfd* _Nullable __fds, nfds_t __count, const struct timespec* _Nullable __timeou…
/bionic/libc/bionic/
Dpoll.cpp51 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll() function
Dfortify.cpp169 return ppoll(fds, fd_count, timeout, mask); in __ppoll_chk()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_033.S609 CALL(ppoll)
/bionic/libc/dns/resolv/
Dres_send.c1030 int n = ppoll(&fds, 1, &timeout, /*sigmask=*/NULL); in retrying_poll()
/bionic/docs/
Dstatus.md182 * <poll.h> `ppoll`.
/bionic/libc/
DSYSCALLS.TXT325 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset64_t*, size_t) all
Dlibc.map.txt738 ppoll; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt738 ppoll; # introduced=21