Searched refs:pollfd (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/include/ |
D | poll.h | 41 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/ |
D | poll.cpp | 37 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()
|
D | fortify.cpp | 166 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()
|
D | system_properties.cpp | 626 pollfd pollfds[1]; in send_prop_msg()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | poll.h | 52 struct pollfd { struct
|
/bionic/libc/private/ |
D | bionic_fortify.h | 51 size_t pollfd_array_length = fds_size / sizeof(pollfd); in __check_pollfd_array()
|
/bionic/tests/ |
D | fortify_compilation_test.cpp | 219 pollfd fds[1]; in test_poll() 227 pollfd fds[1]; in test_ppoll()
|
D | fortify_test.cpp | 1035 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/ |
D | eventlib_p.h | 234 struct pollfd *pollfds; /* Allocated as needed */
|
/bionic/libc/ |
D | SECCOMP_WHITELIST.TXT | 93 int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) arm,x86,mips
|
D | SYSCALLS.TXT | 320 int __ppoll:ppoll(pollfd*, unsigned int, timespec*, const sigset_t*, size_t) all
|