Home
last modified time | relevance | path

Searched refs:waitForUnlockFor (Results 1 – 6 of 6) sorted by relevance

/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/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp33 waitForUnlockFor(std::chrono::seconds MaxSeconds) override { in waitForUnlockFor() function in __anond09638f40111::ReaderWriterLock
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp261 LockFileManager::waitForUnlockFor(std::chrono::seconds MaxSeconds) { in waitForUnlockFor() function in LockFileManager
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1570 switch (Lock.waitForUnlockFor(std::chrono::seconds(90))) { in run()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1521 switch (Lock->waitForUnlockFor(std::chrono::seconds(90))) { in compileModuleAndReadASTBehindLock()