Searched refs:WAIT_ASYNC_MS_TIME_OUT (Results 1 – 1 of 1) sorted by relevance
43 constexpr int WAIT_ASYNC_MS_TIME_OUT = 5000; // 5000ms, filling color is slow variable179 if (!cv_.wait_until(lock, now + std::chrono::milliseconds(WAIT_ASYNC_MS_TIME_OUT), in WaitForCallback()