Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp33 waitForUnlockFor(std::chrono::seconds MaxSeconds) override { in waitForUnlockFor() argument
38 (void)MaxSeconds; in waitForUnlockFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAdvisoryLock.h46 waitForUnlockFor(std::chrono::seconds MaxSeconds) = 0;
H A DLockFileManager.h60 waitForUnlockFor(std::chrono::seconds MaxSeconds) override;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp261 LockFileManager::waitForUnlockFor(std::chrono::seconds MaxSeconds) { in waitForUnlockFor() argument
271 ExponentialBackoff Backoff(MaxSeconds, 10ms, 500ms); in waitForUnlockFor()