Searched refs:RecurrentTimer (Results 1 – 3 of 3) sorted by relevance
35 class RecurrentTimer {43 RecurrentTimer(const Action& action) : mAction(action) { in RecurrentTimer() function44 mTimerThread = std::thread(&RecurrentTimer::loop, this, action); in RecurrentTimer()47 virtual ~RecurrentTimer() { in ~RecurrentTimer()
36 RecurrentTimer timer([&counterRef](const std::vector<int32_t>& cookies) { in TEST()52 RecurrentTimer timer( in TEST()
87 RecurrentTimer mRecurrentTimer;