Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp295 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { in waitForUnlock() argument
304 ExponentialBackoff Backoff(std::chrono::seconds(MaxSeconds), 10ms, 500ms); in waitForUnlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 90);