Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_property_set.cpp196 pollfd pollfds[1]; in send_prop_msg() local
197 pollfds[0].fd = s; in send_prop_msg()
198 pollfds[0].events = 0; in send_prop_msg()
199 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg()
200 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) { in send_prop_msg()
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h234 struct pollfd *pollfds; /* Allocated as needed */ member