Home
last modified time | relevance | path

Searched refs:HasAssignedIndexIDToThread (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp78 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2088 bool HasAssignedIndexIDToThread(uint64_t sb_thread_id);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1276 bool Process::HasAssignedIndexIDToThread(uint64_t thread_id) { in HasAssignedIndexIDToThread() function in Process
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4761 ((real_used_usec > 0) || (HasAssignedIndexIDToThread(thread_id))); in HarmonizeThreadIdsForProfileData()