Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h217 mutable std::mutex loopLock_; variable
H A Druntime_context_impl.cpp338 std::lock_guard<std::mutex> autoLock(loopLock_); in PrepareLoop()