Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLockFileManager.h82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 90);
/llvm-project-15.0.7/llvm/lib/Support/
H A DLockFileManager.cpp294 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { in waitForUnlock() argument
343 } while (ElapsedTimeSeconds < MaxSeconds); in waitForUnlock()