Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DLockFileManager.h81 WaitForUnlockResult waitForUnlock();
/external/llvm/lib/Support/
DLockFileManager.cpp282 LockFileManager::WaitForUnlockResult LockFileManager::waitForUnlock() { in waitForUnlock() function in LockFileManager
/external/clang/lib/Frontend/
DCompilerInstance.cpp1104 switch (Locked.waitForUnlock()) { in compileAndLoadModule()