Home
last modified time | relevance | path

Searched refs:readLockFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp53 LockFileManager::readLockFile(StringRef LockFileName) { in readLockFile() function in LockFileManager
176 if (auto LockFileOwner = readLockFile(LockFileName)) { in tryLock()
229 if (auto LockFileOwner = readLockFile(LockFileName)) { in tryLock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h43 static std::optional<OwnedByAnother> readLockFile(StringRef LockFileName);