Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpoll.h42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*)
43 __overloadable __RENAME_CLANG(ppoll) __INTRODUCED_IN(21);
72 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout,
80 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, in ppoll() function
85 return __call_bypassing_fortify(ppoll)(fds, fd_count, timeout, mask); in ppoll()
94 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll)
111 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in ppoll() function
/bionic/libc/bionic/
Dpoll.cpp50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) __overloadable { in ppoll() function
Dfortify.cpp175 return ppoll(fds, fd_count, timeout, mask); in __ppoll_chk()
/bionic/tests/
Dfortify_compilation_test.cpp232 ppoll(fds, 2, &timeout, NULL); in test_ppoll()
Dfortify_test.cpp986 ASSERT_FORTIFY(ppoll(buf, fd_count, &timeout, NULL)); in TEST_F()
/bionic/libc/
DSYSCALLS.TXT320 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset_t*, size_t) all
Dlibc.mips64.map660 ppoll; # introduced=21
Dlibc.x86_64.map660 ppoll; # introduced=21
Dlibc.arm64.map660 ppoll; # introduced=21
Dlibc.mips.map711 ppoll; # introduced=21
Dlibc.x86.map709 ppoll; # introduced=21
Dlibc.arm.map713 ppoll; # introduced=21
Dlibc.map.txt737 ppoll; # introduced=21