Searched defs:poll_result (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dsystem_properties.cpp566 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); local
567 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) {

Completed in 54 milliseconds