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

Declarations

tools/lldb/include/lldb/Target/Process.h
 2078   uint32_t AssignIndexIDToThread(uint64_t thread_id);

References

tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  286           lldb_user_id = process_sp->AssignIndexIDToThread(thread_os_id);
tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
   77       return GetProcess()->AssignIndexIDToThread(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 5029           int32_t index_id = AssignIndexIDToThread(thread_id);
tools/lldb/source/Target/Process.cpp
 1277   return AssignIndexIDToThread(thread_id);