Home
last modified time | relevance | path

Searched refs:ppoll64 (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/bits/fortify/
Dpoll.h76 int ppoll64(struct pollfd* const fds __pass_object_size, nfds_t fd_count, const struct timespec* ti… in ppoll64() function
87 return __call_bypassing_fortify(ppoll64)(fds, fd_count, timeout, mask); in ppoll64()
/bionic/libc/bionic/
Dpoll.cpp60 return ppoll64(fds, fd_count, ts, ss_ptr); in ppoll()
63 int ppoll64(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset64_t* ss) { in ppoll64() function
Dfortify.cpp175 return ppoll64(fds, fd_count, timeout, mask); in __ppoll64_chk()
/bionic/tests/
Dpoll_test.cpp54 ASSERT_EQ(0, ppoll64(nullptr, 0, &ts, nullptr)); in TEST()
Dclang_fortify_tests.cpp445 EXPECT_FORTIFY_DEATH(ppoll64(few_fds, 3, 0, nullptr)); in FORTIFY_TEST()
469 EXPECT_FORTIFY_DEATH_STRUCT(ppoll64(fds.few, 3, 0, nullptr)); in FORTIFY_TEST()
Dfortify_test.cpp1016 ASSERT_FORTIFY(ppoll64(buf, fd_count, &timeout, nullptr)); in TEST_F()
/bionic/libc/include/
Dpoll.h69 int ppoll64(struct pollfd* _Nullable __fds, nfds_t __count, const struct timespec* _Nullable __tim…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1409 ppoll64;
/bionic/libc/
Dlibc.map.txt1409 ppoll64;