Home
last modified time | relevance | path

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

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