Home
last modified time | relevance | path

Searched refs:waitForUnlock (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLockFileManager.h82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 90);
/llvm-project-15.0.7/llvm/lib/Support/
H A DLockFileManager.cpp294 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { in waitForUnlock() function in LockFileManager
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1447 switch (Locked.waitForUnlock()) { in compileModuleAndReadASTBehindLock()