Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp76 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2399 bool HasAssignedIndexIDToThread(uint64_t sb_thread_id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1532 bool Process::HasAssignedIndexIDToThread(uint64_t thread_id) { in HasAssignedIndexIDToThread() function in Process
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5050 ((real_used_usec > 0) || (HasAssignedIndexIDToThread(thread_id))); in HarmonizeThreadIdsForProfileData()