Lines Matching defs:pid_tid
1775 auto pid_tid = packet.GetPidTid(LLDB_INVALID_PROCESS_ID);
1776 if (!pid_tid)
1779 pid = pid_tid->first;
1780 tid = pid_tid->second;
2361 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID()
2363 if (!pid_tid)
2367 lldb::pid_t pid = pid_tid->first;
2368 lldb::tid_t tid = pid_tid->second;
4044 auto pid_tid = packet.GetPidTid(m_current_process ? m_current_process->GetID()
4046 if (!pid_tid)
4050 lldb::pid_t pid = pid_tid->first;
4051 lldb::tid_t tid = pid_tid->second;