Home
last modified time | relevance | path

Searched refs:mTimerThread (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h44 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