Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.h248 std::condition_variable execTaskCv_; variable
H A Dsync_engine.cpp1063 execTaskCv_.notify_all(); in DecExecTaskCount()
1191 …bool isTimeout = execTaskCv_.wait_for(closeLock, std::chrono::milliseconds(DBConstant::MIN_TIMEOUT… in WaitingExecTaskExist()