Home
last modified time | relevance | path

Searched refs:fileHandleMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp33 std::mutex KvDBManager::fileHandleMutex_; member in DistributedDB::KvDBManager
221 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h137 static std::mutex fileHandleMutex_; variable