Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 90);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp293 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { in waitForUnlock() argument
342 } while (ElapsedTimeSeconds < MaxSeconds); in waitForUnlock()