Lines Matching defs:pid_tid
1772 auto pid_tid = packet.GetPidTid(LLDB_INVALID_PROCESS_ID);
1773 if (!pid_tid)
1776 pid = pid_tid->first;
1777 tid = pid_tid->second;
2358 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID()
2360 if (!pid_tid)
2364 lldb::pid_t pid = pid_tid->first;
2365 lldb::tid_t tid = pid_tid->second;
4039 auto pid_tid = packet.GetPidTid(m_current_process ? m_current_process->GetID()
4041 if (!pid_tid)
4045 lldb::pid_t pid = pid_tid->first;
4046 lldb::tid_t tid = pid_tid->second;