Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp481 contextCv_.notify_one(); in DoFinished()
1905 contextCv_.notify_one(); in ClearContextAndNotify()
1917 contextCv_.notify_one(); in ClearContextAndNotify()
2171 contextCv_.wait(uniqueLock, [this]() { in WaitCurTaskFinished()
H A Dcloud_syncer.h446 std::condition_variable contextCv_; variable