Home
last modified time | relevance | path

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

/bionic/libc/include/
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, in poll()
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()
91 int __poll_real(struct pollfd*, nfds_t, int) __RENAME(poll);
94 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll)
[all …]
/bionic/libc/bionic/
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 { in poll()
50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) __overloadable { in ppoll()
Dfortify.cpp166 int __poll_chk(pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) { in __poll_chk()
171 int __ppoll_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout, in __ppoll_chk()
Dsystem_properties.cpp626 pollfd pollfds[1]; in send_prop_msg()
/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h52 struct pollfd { struct
/bionic/libc/private/
Dbionic_fortify.h51 size_t pollfd_array_length = fds_size / sizeof(pollfd); in __check_pollfd_array()
/bionic/tests/
Dfortify_compilation_test.cpp219 pollfd fds[1]; in test_poll()
227 pollfd fds[1]; in test_ppoll()
Dfortify_test.cpp1035 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F()
1042 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F()
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h234 struct pollfd *pollfds; /* Allocated as needed */
/bionic/libc/
DSECCOMP_WHITELIST.TXT93 int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) arm,x86,mips
DSYSCALLS.TXT320 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset_t*, size_t) all