Searched defs:m_old_it (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dtimers.cpp88 ::itimerspec m_old_it; member in struct:impl::timer::impl
90 ::itimerval m_old_it;
130 if (::timer_settime(m_pimpl->m_timer, 0, &it, &m_pimpl->m_old_it) == -1) {
142 if (::setitimer(ITIMER_REAL, &it, &m_pimpl->m_old_it) == -1) {
161 const int ret = ::setitimer(ITIMER_REAL, &m_pimpl->m_old_it, NULL);

Completed in 17 milliseconds