Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp319 unsigned long WaitDurationMS = MinWaitDurationMS * Distribution(Engine); in waitForUnlock() local
320 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()