Home
last modified time | relevance | path

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

/bionic/libc/include/bits/fortify/
Dpoll.h58 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/
Dpoll_test.cpp47 ASSERT_EQ(0, ppoll(nullptr, 0, &ts, nullptr)); in TEST()
Dclang_fortify_tests.cpp420 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()
Dfortify_test.cpp1009 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, nullptr)); in TEST_F()
/bionic/libc/include/
Dpoll.h62 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.cpp166 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.c1029 int n = ppoll(&fds, 1, &timeout, /*sigmask=*/NULL); in retrying_poll()
/bionic/docs/
Dstatus.md239 * <poll.h> `ppoll`.
/bionic/libc/
DSYSCALLS.TXT341 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