Searched refs:m_pimpl (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | timer.cpp | 106 m_pimpl(new impl()) 112 if (::sigaction(SIGALRM, &sa, &m_pimpl->m_old_sa) == -1) 123 if (::timer_create(CLOCK_MONOTONIC, &se, &m_pimpl->m_timer) == -1) { 124 ::sigaction(SIGALRM, &m_pimpl->m_old_sa, NULL); 134 if (::timer_settime(m_pimpl->m_timer, 0, &it, &m_pimpl->m_old_it) == -1) { 135 ::sigaction(SIGALRM, &m_pimpl->m_old_sa, NULL); 136 ::timer_delete(m_pimpl->m_timer); 146 if (::setitimer(ITIMER_REAL, &it, &m_pimpl->m_old_it) == -1) { 147 ::sigaction(SIGALRM, &m_pimpl [all...] |
H A D | timer.hpp | 52 std::auto_ptr< impl > m_pimpl; member in class:atf::atf_run::timer
|
Completed in 9 milliseconds