Searched refs:isCalled_ (Results 1 – 6 of 6) sorted by relevance
64 if (isCalled_) { in Call()73 isCalled_ = true; in Call()78 return isCalled_; in IsCalled()
27 ptr->isCalled_ = true; in RunTask()37 return cv_.wait_for(lock, std::chrono::seconds(timeout), [this] { return isCalled_; }); in RunTask()
31 bool isCalled_ = false; variable
66 bool isCalled_ = false; variable
128 bool isCalled_ = false;
362 isCalled_ = true; in OnResult()432 …ack->onResultCondition_.wait(lock, [deleteUserCallback] { return deleteUserCallback->isCalled_; }); in OnResult()