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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.cpp320 impl::muxer::mux(volatile const bool& terminate)
329 while (nactive > 0 && !terminate) {
331 while (!terminate && (ret = safe_poll(poll_fds.get(), 2, 250)) == 0) {}
333 for (size_t i = 0; !terminate && i < m_nfds; i++) {
H A Dtimer.cpp195 volatile bool& terminate) :
198 m_terminate(terminate)
194 child_timer(const unsigned int seconds, const pid_t pid, volatile bool& terminate) argument

Completed in 9 milliseconds