Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp514 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg() local
515 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) { in send_prop_msg()