Searched refs:HostID (Results 1 – 2 of 2) sorted by relevance
69 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID() argument70 HostID.clear(); in getHostID()82 HostID.append(UUIDRef.begin(), UUIDRef.end()); in getHostID()90 HostID.append(HostNameRef.begin(), HostNameRef.end()); in getHostID()94 HostID.append(Dummy.begin(), Dummy.end()); in getHostID()100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument107 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()174 SmallString<256> HostID; in LockFileManager() local175 if (auto EC = getHostID(HostID)) { in LockFileManager()181 Out << HostID << ' '; in LockFileManager()
79 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID() argument80 HostID.clear(); in getHostID()92 HostID.append(UUIDRef.begin(), UUIDRef.end()); in getHostID()100 HostID.append(HostNameRef.begin(), HostNameRef.end()); in getHostID()104 HostID.append(Dummy.begin(), Dummy.end()); in getHostID()110 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument117 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()188 SmallString<256> HostID; in LockFileManager() local189 if (auto EC = getHostID(HostID)) { in LockFileManager()195 Out << HostID << ' '; in LockFileManager()