Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryThread.cpp78 if (GetProcess()->HasAssignedIndexIDToThread( in GetExtendedBacktraceOriginatingIndexID()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2235 bool HasAssignedIndexIDToThread(uint64_t sb_thread_id);
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp5273 ((real_used_usec > 0) || (HasAssignedIndexIDToThread(thread_id))); in HarmonizeThreadIdsForProfileData()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp1313 bool Process::HasAssignedIndexIDToThread(uint64_t thread_id) { in HasAssignedIndexIDToThread() function in Process