Lines Matching defs:GetThread
107 VirtualThread &thread = GetThread(pid, tid, name);
127 std::forward_as_tuple(pid, tid, GetThread(pid, pid), symbolsFiles_));
210 VirtualThread &VirtualRuntime::GetThread(pid_t pid, pid_t tid, const std::string name)
230 VirtualThread &thread = GetThread(pid, tid);
1101 VirtualThread &kthread = GetThread(pid, tid);
1115 symbol = GetUserSymbol(ip, GetThread(pid, tid));
1127 symbol = GetKernelSymbol(ip, kernelSpaceMemMaps_, GetThread(pid, tid));
1248 VirtualThread &kthread = GetThread(SYSMGR_PID, SYSMGR_PID);
1280 VirtualThread &thread = GetThread(pid, pid);
1286 VirtualThread &kthread = GetThread(devhostPid_, devhostPid_);
1339 VirtualThread &kthread = GetThread(devhostPid_, devhostPid_);
1352 VirtualThread &thread = GetThread(pid, pid);