Home
last modified time | relevance | path

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

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