Home
last modified time | relevance | path

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

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