Home
last modified time | relevance | path

Searched refs:AssignIndexIDToThread (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp80 return GetProcess()->AssignIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp284 lldb_user_id = process_sp->AssignIndexIDToThread(thread_os_id); in GetRenumberedThreadIds()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2093 uint32_t AssignIndexIDToThread(uint64_t thread_id);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1273 return AssignIndexIDToThread(thread_id); in GetNextThreadIndexID()
1281 uint32_t Process::AssignIndexIDToThread(uint64_t thread_id) { in AssignIndexIDToThread() function in Process
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4768 int32_t index_id = AssignIndexIDToThread(thread_id); in HarmonizeThreadIdsForProfileData()