Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp303 std::lock_guard<std::mutex> lock(regFuncCountMutex_); in RegisterFunction()
319 std::lock_guard<std::mutex> lock(regFuncCountMutex_); in UnregisterFunction()
330 std::lock_guard<std::mutex> lock(regFuncCountMutex_); in GetRegisterFunctionCount()
H A Dgeneric_kvdb.h194 mutable std::mutex regFuncCountMutex_; variable