Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h129 std::mutex createDistributedTableMutex_; variable
H A Dsqlite_single_relational_storage_engine.cpp204 std::lock_guard<std::mutex> autoLock(createDistributedTableMutex_); in CreateDistributedTable()