Searched refs:fileHandleMutex_ (Results 1 – 2 of 2) sorted by relevance
33 std::mutex KvDBManager::fileHandleMutex_; member in DistributedDB::KvDBManager221 std::lock_guard<std::mutex> autoLock(fileHandleMutex_); in TryLockDB()240 std::lock_guard<std::mutex> autoLock(fileHandleMutex_); in TryLockDB()266 std::lock_guard<std::mutex> autoLock(fileHandleMutex_); in UnlockDB()282 std::lock_guard<std::mutex> autoLock(fileHandleMutex_); in UnlockDB()
137 static std::mutex fileHandleMutex_; variable