Lines Matching refs:thread_sp
425 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update() local
426 if (!thread_sp) in Update()
442 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans() local
445 if (!thread_sp) in DumpPlans()
448 if (thread_sp) in DumpPlans()
449 index_id = thread_sp->GetIndexID(); in DumpPlans()
477 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID() local
480 if (!thread_sp) { in DumpPlansForTID()
486 if (thread_sp) in DumpPlansForTID()
487 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
516 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID() local
517 if (thread_sp) in PrunePlansForTID()