Lines Matching refs:thread_sp
419 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update() local
420 if (!thread_sp) in Update()
435 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans() local
438 if (!thread_sp) in DumpPlans()
441 if (thread_sp) in DumpPlans()
442 index_id = thread_sp->GetIndexID(); in DumpPlans()
469 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID() local
472 if (!thread_sp) { in DumpPlansForTID()
478 if (thread_sp) in DumpPlansForTID()
479 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
507 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID() local
508 if (thread_sp) in PrunePlansForTID()