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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtimer.cpp52 namespace impl = atf::atf_run;
56 static impl::timer* compat_handle;
69 impl::timer* timer = static_cast< impl::timer* >(si->si_value.sival_ptr);
89 struct impl::timer::impl { struct in class:impl::timer
100 impl(void) : m_fired(false) function in struct:impl::timer::impl
105 impl::timer::timer(const unsigned int seconds) :
106 m_pimpl(new impl())
156 impl
[all...]

Completed in 10 milliseconds