Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp176 if (auto LockFileOwner = readLockFile(LockFileName)) { in tryLock() local
177 Owner = std::move(*LockFileOwner); in tryLock()
229 if (auto LockFileOwner = readLockFile(LockFileName)) { in tryLock() local
230 Owner = std::move(*LockFileOwner); in tryLock()
262 auto *LockFileOwner = std::get_if<OwnedByAnother>(&Owner); in waitForUnlockFor() local
263 assert(LockFileOwner && in waitForUnlockFor()
281 if (!processStillExecuting(LockFileOwner->OwnerHostName, in waitForUnlockFor()
282 LockFileOwner->OwnerPID)) in waitForUnlockFor()