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

/bind-9.11.3/unit/atf-src/tools/
H A Dtimers.cpp102 m_pimpl(new impl())
108 if (::sigaction(SIGALRM, &sa, &m_pimpl->m_old_sa) == -1)
119 if (::timer_create(CLOCK_MONOTONIC, &se, &m_pimpl->m_timer) == -1) {
120 ::sigaction(SIGALRM, &m_pimpl->m_old_sa, NULL);
130 if (::timer_settime(m_pimpl->m_timer, 0, &it, &m_pimpl->m_old_it) == -1) {
131 ::sigaction(SIGALRM, &m_pimpl->m_old_sa, NULL);
132 ::timer_delete(m_pimpl->m_timer);
142 if (::setitimer(ITIMER_REAL, &it, &m_pimpl->m_old_it) == -1) {
143 ::sigaction(SIGALRM, &m_pimpl
[all...]
H A Dtimers.hpp54 std::auto_ptr< impl > m_pimpl; member in class:tools::timers::timer

Completed in 19 milliseconds