Searched refs:StoredHostID (Results 1 – 3 of 3) sorted by relevance
116 SmallString<256> StoredHostID; in processStillExecuting() local117 if (getHostID(StoredHostID)) in processStillExecuting()121 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
111 SmallString<256> StoredHostID; in processStillExecuting() local112 if (getHostID(StoredHostID)) in processStillExecuting()116 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
102 SmallString<256> StoredHostID; in processStillExecuting() local103 if (getHostID(StoredHostID)) in processStillExecuting()107 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()