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