Searched refs:callbackToSessionLock_ (Results 1 – 2 of 2) sorted by relevance
47 std::lock_guard<std::mutex> lock(callbackToSessionLock_); in Init()309 std::lock_guard<std::mutex> lock(callbackToSessionLock_); in GetValidCommands()350 std::lock_guard<std::mutex> lock(callbackToSessionLock_); in AddAvailableCommand()378 std::lock_guard<std::mutex> lock(callbackToSessionLock_); in RemoveAvailableCommand()444 std::lock_guard<std::mutex> lock(callbackToSessionLock_); in Destroy()
106 std::mutex callbackToSessionLock_; variable