Searched refs:asyncExecuteComplete_ (Results 1 – 2 of 2) sorted by relevance
66 … conditionVariable_.wait_until(lock, now + 40000ms, [this] { return asyncExecuteComplete_; }); in ExecuteWork()68 asyncExecuteComplete_ ? "true" : "false"); in ExecuteWork()69 if (!asyncExecuteComplete_) { in ExecuteWork()
62 asyncExecuteComplete_ = true; in OnAsyncComplete()169 bool asyncExecuteComplete_ = false; variable