Home
last modified time | relevance | path

Searched refs:POLLHUP (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h25 #define POLLHUP 0x0010 macro
/bionic/tests/headers/posix/
Dpoll_h.c49 MACRO(POLLHUP); in poll_h()
/bionic/libc/bionic/
Dsystem_property_set.cpp200 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) { in send_prop_msg()