Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp318 unsigned long WaitDurationMS = MinWaitDurationMS * Distribution(Engine); in waitForUnlock() local
319 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()