Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DLockFileManager.h82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 90);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DLockFileManager.cpp294 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { in waitForUnlock() function in LockFileManager
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1315 switch (Locked.waitForUnlock()) { in compileModuleAndReadAST()