Home
last modified time | relevance | path

Searched refs:POLLIN (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h21 #define POLLIN 0x0001 macro
/bionic/tests/headers/posix/
Dpoll_h.c41 MACRO(POLLIN); in poll_h()
/bionic/tests/
Dfortify_test.cpp1003 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F()
1010 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F()
1020 pollfd buf[1] = {{0, POLLIN, 0}}; in TEST_F()
/bionic/libc/dns/resolv/
Dres_send.c1003 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout()
1050 if (fds.revents & (POLLIN | POLLOUT | POLLERR)) { in retrying_poll()
1169 n = retrying_poll(s, POLLIN, &finish); in send_dg()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp105 struct pollfd read_fd = {.fd = fds[0], .events = POLLIN}; in Exec()