HomeSort by relevance Sort by last modified time
    Searched refs:HostID (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
LockFileManager.cpp 69 static std::error_code getHostID(SmallVectorImpl<char> &HostID) {
70 HostID.clear();
82 HostID.append(UUIDRef.begin(), UUIDRef.end());
90 HostID.append(HostNameRef.begin(), HostNameRef.end());
94 HostID.append(Dummy.begin(), Dummy.end());
100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) {
107 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH)
170 SmallString<256> HostID;
171 if (auto EC = getHostID(HostID)) {
177 Out << HostID << ' ';
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux_test.go 31 {ContainerID: 0, HostID: uid, Size: 1},
34 {ContainerID: 0, HostID: gid, Size: 1},
exec_linux.go 17 HostID int // Host ID.
353 data = data + itoa(im.ContainerID) + " " + itoa(im.HostID) + " " + itoa(im.Size) + "\n"
  /prebuilts/go/linux-x86/src/syscall/
exec_linux_test.go 31 {ContainerID: 0, HostID: uid, Size: 1},
34 {ContainerID: 0, HostID: gid, Size: 1},
exec_linux.go 17 HostID int // Host ID.
353 data = data + itoa(im.ContainerID) + " " + itoa(im.HostID) + " " + itoa(im.Size) + "\n"

Completed in 4538 milliseconds