Searched refs:OwnedByAnother (Results 1 – 2 of 2) sorted by relevance
34 struct OwnedByAnother { struct38 std::variant<OwnerUnknown, OwnedByUs, OwnedByAnother> Owner; argument43 static std::optional<OwnedByAnother> readLockFile(StringRef LockFileName);
52 std::optional<LockFileManager::OwnedByAnother>70 OwnedByAnother Owner; in readLockFile()262 auto *LockFileOwner = std::get_if<OwnedByAnother>(&Owner); in waitForUnlockFor()