Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp49 std::mutex DocumentStoreManager::openCloseMutex_; member in DocumentDB::DocumentStoreManager
78 std::lock_guard<std::mutex> lock(openCloseMutex_); in GetDocumentStore()
117 std::lock_guard<std::mutex> lock(openCloseMutex_); in CloseDocumentStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store_manager.h35 static std::mutex openCloseMutex_; variable