Lines Matching defs:pid_tid
1414 auto pid_tid = thread_ids.GetPidTid(pid);
1415 if (pid_tid && pid_tid->first == pid) {
1416 lldb::tid_t tid = pid_tid->second;
2211 auto pid_tid = thread_id.GetPidTid(pid);
2212 if (pid_tid) {
2213 stop_pid = pid_tid->first;
2214 tid = pid_tid->second;
2330 auto pid_tid = thread_id.GetPidTid(LLDB_INVALID_PROCESS_ID);
2331 if (!pid_tid) {
2334 pid_tid = {{LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID}};
2339 ostr.Printf("%" PRIu64 " %" PRIu64, pid_tid->first, pid_tid->second);