Searched refs:m_timer_thread (Results 1 – 2 of 2) sorted by relevance
35 m_timer_thread = std::thread(TimeoutThreadFunc, this); in ThreadPlanSingleThreadTimeout()142 m_timer_thread.join(); in DidPop()
104 std::thread m_timer_thread; variable