Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/asm-mips/asm/
Dpoll.h21 #define POLLWRNORM POLLOUT
/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h23 #define POLLOUT 0x0004 macro
/bionic/tests/headers/posix/
Dpoll_h.c45 MACRO(POLLOUT); in poll_h()
/bionic/libc/dns/resolv/
Dres_send.c1001 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout()
1048 if (fds.revents & (POLLIN | POLLOUT | POLLERR)) { in retrying_poll()