Searched refs:POLLIN (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ |
D | poll.h | 21 #define POLLIN 0x0001 macro
|
/bionic/tests/headers/posix/ |
D | poll_h.c | 41 MACRO(POLLIN); in poll_h()
|
/bionic/tests/ |
D | fortify_test.cpp | 995 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F() 1002 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F() 1012 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F()
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 1001 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout() 1048 if (fds.revents & (POLLIN | POLLOUT | POLLERR)) { in retrying_poll() 1167 n = retrying_poll(s, POLLIN, &finish); in send_dg()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 105 struct pollfd read_fd = {.fd = fds[0], .events = POLLIN}; in Exec()
|