Searched refs:HostID (Results 1 – 1 of 1) 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()