Lines Matching defs:thread_sp
435 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid);
436 if (!thread_sp)
452 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid);
455 if (!thread_sp)
458 if (thread_sp)
459 index_id = thread_sp->GetIndexID();
487 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid);
490 if (!thread_sp) {
496 if (thread_sp)
497 index_id = thread_sp->GetIndexID();
526 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid);
527 if (thread_sp)