Searched refs:pollfd (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/include/
H A Dpoll.h41 int poll(struct pollfd*, nfds_t, int) __overloadable __RENAME_CLANG(poll);
42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*)
45 int __poll_chk(struct pollfd*, nfds_t, int, size_t) __INTRODUCED_IN(23);
46 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t)
53 int poll(struct pollfd* fds, nfds_t fd_count, int timeout) __overloadable
60 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count,
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,
91 int __poll_real(struct pollfd*, nfds_t, int) __RENAME(poll);
92 __errordecl(__poll_too_small_error, "poll: pollfd arra
[all...]
/bionic/tools/versioner/current/
H A Dpoll.h41 int poll(struct pollfd*, nfds_t, int) __overloadable __RENAME_CLANG(poll);
42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*)
45 int __poll_chk(struct pollfd*, nfds_t, int, size_t) __INTRODUCED_IN(23);
46 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t)
53 int poll(struct pollfd* fds, nfds_t fd_count, int timeout) __overloadable
60 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count,
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,
91 int __poll_real(struct pollfd*, nfds_t, int) __RENAME(poll);
92 __errordecl(__poll_too_small_error, "poll: pollfd arra
[all...]
/bionic/libc/kernel/uapi/asm-generic/
H A Dpoll.h52 struct pollfd { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dpoll.h52 struct pollfd { struct
/bionic/libc/bionic/
H A Dpoll.cpp37 extern "C" int __ppoll(pollfd*, unsigned int, timespec*, const kernel_sigset_t*, size_t);
40 int poll(pollfd* fds, nfds_t fd_count, int ms) __overloadable {
50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) __overloadable {
H A Dfortify.cpp166 int __poll_chk(pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) {
171 int __ppoll_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout,
H A Dsystem_properties.cpp626 pollfd pollfds[1];
/bionic/libc/private/
H A Dbionic_fortify.h31 #include <poll.h> // For struct pollfd.
51 size_t pollfd_array_length = fds_size / sizeof(pollfd);
53 __fortify_fatal("%s: %zu-element pollfd array too small for %u fds",
/bionic/tests/
H A Dfortify_compilation_test.cpp219 pollfd fds[1];
221 // GCC: error: call to '__poll_too_small_error' declared with attribute error: poll: pollfd array smaller than fd count
227 pollfd fds[1];
230 // GCC: error: call to '__ppoll_too_small_error' declared with attribute error: ppoll: pollfd array smaller than fd count
H A Dfortify_test.cpp1035 pollfd buf[1] = {{0, POLLIN, 0}};
1042 pollfd buf[1] = {{0, POLLIN, 0}};
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h234 struct pollfd *pollfds; /* Allocated as needed */

Completed in 232 milliseconds