Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp52 execTaskCount_(0), in SyncEngine()
535 if (execTaskCount_ > MAX_EXEC_NUM) { in MessageReciveCallbackInner()
1054 execTaskCount_++; in IncExecTaskCount()
1061 execTaskCount_--; in DecExecTaskCount()
1192 [this]() { return execTaskCount_ == 0; }); in WaitingExecTaskExist()
1276 taskCount += static_cast<int32_t>(execTaskCount_); in GetResponseTaskCount()
H A Dsync_engine.h229 volatile uint32_t execTaskCount_; variable