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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtimer.cpp92 ::itimerspec m_old_it; member in struct:impl::timer::impl
94 ::itimerval m_old_it;
134 if (::timer_settime(m_pimpl->m_timer, 0, &it, &m_pimpl->m_old_it) == -1) {
146 if (::setitimer(ITIMER_REAL, &it, &m_pimpl->m_old_it) == -1) {
165 const int ret = ::setitimer(ITIMER_REAL, &m_pimpl->m_old_it, NULL);

Completed in 8 milliseconds