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

References

tools/lldb/source/API/SBQueueItem.cpp
  111         process_sp->GetExtendedThreadList().AddThread(thread_sp);
tools/lldb/source/API/SBThread.cpp
 1360               process->GetExtendedThreadList().AddThread(new_thread_sp);
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  270   process_sp->GetExtendedThreadList().AddThread(new_thread_sp);
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
 1038         process_sp->GetExtendedThreadList().AddThread(new_thread_sp);
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  337   process_sp->GetExtendedThreadList().AddThread(new_thread_sp);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  561   m_process->GetExtendedThreadList().AddThread(new_thread_sp);
tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
  146   process_sp->GetExtendedThreadList().AddThread(new_thread_sp);