Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DLockFileManager.h81 WaitForUnlockResult waitForUnlock();
/freebsd-12.1/contrib/llvm/lib/Support/
H A DLockFileManager.cpp294 LockFileManager::WaitForUnlockResult LockFileManager::waitForUnlock() { in waitForUnlock() function in LockFileManager
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1276 switch (Locked.waitForUnlock()) { in compileAndLoadModule()