Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpoll.h41 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.cpp37 return poll(fds, fd_count, timeout); in __poll_chk()
Dpoll.cpp40 int poll(pollfd* fds, nfds_t fd_count, int ms) { in poll() function
Dsystem_properties.cpp514 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg()
/bionic/tests/
Dfortify_compilation_test.cpp222 poll(fds, 2, 0); in test_poll()
Dfortify_test.cpp971 ASSERT_FORTIFY(poll(buf, fd_count, 0)); in TEST_F()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm.h85 __u8 poll; member
/bionic/tools/bionicbb/
DREADME.md66 to treat these as semi-push notifications (we still have to poll gmail).
/bionic/libc/tools/
Dposix-2013.txt626 poll
/bionic/libc/
Dlibc.map829 poll;
DAndroid.mk169 bionic/poll.cpp \