Searched refs:mTimerThread (Results 1 – 1 of 1) sorted by relevance
44 mTimerThread = std::thread(&RecurrentTimer::loop, this, action); in RecurrentTimer()136 if (mTimerThread.joinable()) { in stop()137 mTimerThread.join(); in stop()142 std::thread mTimerThread; variable