Searched refs:openCloseMutex_ (Results 1 – 2 of 2) sorted by relevance
49 std::mutex DocumentStoreManager::openCloseMutex_; member in DocumentDB::DocumentStoreManager78 std::lock_guard<std::mutex> lock(openCloseMutex_); in GetDocumentStore()117 std::lock_guard<std::mutex> lock(openCloseMutex_); in CloseDocumentStore()
35 static std::mutex openCloseMutex_; variable