Searched refs:poll (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/include/ |
D | poll.h | 41 int poll(struct pollfd*, nfds_t, int); 45 int __poll_real(struct pollfd*, nfds_t, int) __RENAME(poll); 55 int poll(struct pollfd* fds, nfds_t fd_count, int timeout) { in poll() function
|
/bionic/libc/bionic/ |
D | __poll_chk.cpp | 37 return poll(fds, fd_count, timeout); in __poll_chk()
|
D | poll.cpp | 40 int poll(pollfd* fds, nfds_t fd_count, int ms) { in poll() function
|
D | system_properties.cpp | 514 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg()
|
/bionic/tests/ |
D | fortify_compilation_test.cpp | 222 poll(fds, 2, 0); in test_poll()
|
D | fortify_test.cpp | 971 ASSERT_FORTIFY(poll(buf, fd_count, 0)); in TEST_F()
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | kvm.h | 85 __u8 poll; member
|
/bionic/tools/bionicbb/ |
D | README.md | 66 to treat these as semi-push notifications (we still have to poll gmail).
|
/bionic/libc/tools/ |
D | posix-2013.txt | 626 poll
|
/bionic/libc/ |
D | libc.map | 829 poll;
|
D | Android.mk | 169 bionic/poll.cpp \
|