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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h81 /// \param MaxSeconds the maximum total wait time in seconds.
82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 90);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp294 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { argument
343 } while (ElapsedTimeSeconds < MaxSeconds);

Completed in 169 milliseconds