Home
last modified time | relevance | path

Searched refs:waitInterval (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
Dvk_util.h331 constexpr std::chrono::duration waitInterval = 4ms; in waitForVkQueueIdleWithRetry() local
338 std::chrono::duration_cast<std::chrono::milliseconds>(waitInterval).count())); in waitForVkQueueIdleWithRetry()
339 std::this_thread::sleep_for(waitInterval); in waitForVkQueueIdleWithRetry()