reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/ThreadList.h
   89   lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);

References

tools/lldb/source/API/SBProcess.cpp
  736     thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update);
tools/lldb/source/Commands/CommandObjectThread.cpp
  204     Thread *thread = process->GetThreadList().FindThreadByID(tid).get();
  353         m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid);
 1451         m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid);
 1493         m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid);
 1896         m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid);
tools/lldb/source/Core/IOHandler.cpp
 2455       return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier());
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  277         ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID(
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  246   thread_sp = old_thread_list.FindThreadByID(tid, false);
tools/lldb/source/Target/ExecutionContext.cpp
  591         thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid);
tools/lldb/source/Target/Process.cpp
 5476     ThreadSP thread_sp(GetThreadList().FindThreadByID(thread_id_array[i]));
tools/lldb/source/Target/ThreadList.cpp
   62   ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back());
  650   ThreadSP thread_sp = FindThreadByID(m_selected_tid);
  662   ThreadSP selected_thread_sp(FindThreadByID(tid));
  691   ThreadSP selected_thread_sp(FindThreadByID(tid));