Home | History | Annotate | Download | only in Support

Lines Matching defs:Owner

50     auto Owner = std::make_pair(std::string(Hostname), PID);
51 if (processStillExecuting(Owner.first, Owner.second))
52 return Owner;
86 if ((Owner = readLockFile(LockFileName)))
138 if ((Owner = readLockFile(LockFileName))) {
145 // The previous owner released the lock file before we could read it.
160 if (Owner)
240 !processStillExecuting((*Owner).first, (*Owner).second)) {