Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h34 struct OwnedByAnother { struct
38 std::variant<OwnerUnknown, OwnedByUs, OwnedByAnother> Owner; argument
43 static std::optional<OwnedByAnother> readLockFile(StringRef LockFileName);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp52 std::optional<LockFileManager::OwnedByAnother>
70 OwnedByAnother Owner; in readLockFile()
262 auto *LockFileOwner = std::get_if<OwnedByAnother>(&Owner); in waitForUnlockFor()