Searched refs:loopRunningMutex_ (Results 1 – 2 of 2) sorted by relevance
1009 std::unique_lock<std::mutex> lock(loopRunningMutex_); in RunEventLoop()1041 std::unique_lock<std::mutex> lock(loopRunningMutex_); in StopEventLoop()
579 std::mutex loopRunningMutex_; variable