Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.h250 std::mutex remoteExecutorLock_; variable
H A Dsync_engine.cpp1019 std::lock_guard<std::mutex> autoLock(remoteExecutorLock_); in ClearInnerResource()
1128 std::lock_guard<std::mutex> autoLock(remoteExecutorLock_); in GetAndIncRemoteExector()
1135 std::lock_guard<std::mutex> autoLock(remoteExecutorLock_); in SetRemoteExector()