Searched refs:safe_poll (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.cpp244 safe_poll(struct pollfd fds[], nfds_t nfds, int timeout) function
251 throw atf::system_error(IMPL_NAME "::safe_poll", "poll(2) failed",
331 while (!terminate && (ret = safe_poll(poll_fds.get(), 2, 250)) == 0) {}

Completed in 49 milliseconds