Searched refs:execTaskCount_ (Results 1 – 2 of 2) sorted by relevance
52 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()
229 volatile uint32_t execTaskCount_; variable