Searched refs:mutexRunningState_ (Results 1 – 1 of 1) sorted by relevance
32 GattServiceBase() : runningState_(false), mutexRunningState_() in GattServiceBase()38 std::lock_guard<std::mutex> lck(mutexRunningState_); in InRunningState()43 std::lock_guard<std::mutex> lck(mutexRunningState_); in Start()48 std::lock_guard<std::mutex> lck(mutexRunningState_); in Stop()63 std::mutex mutexRunningState_; variable