Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp630 std::lock_guard<std::mutex> autoLock(timeoutLock_); in StartTimer()
639 std::lock_guard<std::mutex> autoLock(timeoutLock_); in RemoveTimer()
670 std::lock_guard<std::mutex> autoLock(timeoutLock_); in DoTimeout()
894 std::lock_guard<std::mutex> autoLock(timeoutLock_); in RemoveAllTask()
H A Dremote_executor.h155 std::mutex timeoutLock_; variable