Lines Matching defs:pid_tid
1411 auto pid_tid = thread_ids.GetPidTid(pid);
1412 if (pid_tid && pid_tid->first == pid) {
1413 lldb::tid_t tid = pid_tid->second;
2170 auto pid_tid = thread_id.GetPidTid(pid);
2171 if (pid_tid) {
2172 stop_pid = pid_tid->first;
2173 tid = pid_tid->second;
2287 auto pid_tid = thread_id.GetPidTid(LLDB_INVALID_PROCESS_ID);
2288 if (!pid_tid) {
2291 pid_tid = {{LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID}};
2296 ostr.Printf("%" PRIu64 " %" PRIu64, pid_tid->first, pid_tid->second);