Home
last modified time | relevance | path

Searched defs:HostID (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Support/
H A DLockFileManager.cpp69 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID()
100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
174 SmallString<256> HostID; in LockFileManager() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLockFileManager.cpp78 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID()
109 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
187 SmallString<256> HostID; in LockFileManager() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DLockFileManager.cpp82 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID()
113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
191 SmallString<256> HostID; in LockFileManager() local
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_linux.go62 HostID int // Host ID. member