Searched refs:POLLHUP (Results 1 - 3 of 3) sorted by last modified time

/bionic/libc/bionic/
H A Dsystem_properties.cpp623 // If you 'adb shell setprop foo bar' you'll see the POLLHUP
630 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) {
/bionic/libc/kernel/uapi/asm-generic/
H A Dpoll.h26 #define POLLHUP 0x0010 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dpoll.h26 #define POLLHUP 0x0010 macro

Completed in 53 milliseconds