Home
last modified time | relevance | path

Searched refs:GetIndexID (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadCollection.cpp32 const uint32_t thread_index_id = thread_sp->GetIndexID(); in AddThreadSortedByIndexID()
33 if (m_threads.empty() || m_threads.back()->GetIndexID() < thread_index_id) in AddThreadSortedByIndexID()
39 return lhs->GetIndexID() < rhs->GetIndexID(); in AddThreadSortedByIndexID()
HDUnwindLLDB.cpp108 m_thread.GetIndexID()); in AddFirstFrame()
293 m_thread.GetIndexID()); in GetOneMoreFrame()
341 m_thread.GetIndexID()); in AddOneMoreFrame()
HDQueueList.cpp61 if (queue_sp->GetIndexID() == index_id) { in FindQueueByIndexID()
HDQueue.cpp38 uint32_t Queue::GetIndexID() { return m_queue_id; } in GetIndexID() function in Queue
HDThreadSpec.cpp87 uint32_t index = thread.GetIndexID(); in IndexMatches()
HDThreadPlanStack.cpp449 index_id = thread_sp->GetIndexID(); in DumpPlans()
487 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
HDThreadPlan.cpp133 __FUNCTION__, GetThread().GetIndexID(), in WillResume()
HDThreadList.cpp217 if (m_threads[idx]->GetIndexID() == index_id) { in FindThreadByIndexID()
461 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
HDThread.cpp1038 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun()
1047 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun()
1388 uint32_t Thread::GetIndexID() const { return m_index_id; } in GetIndexID() function in Thread
HDTraceDumper.cpp117 m_s.Format("thread #{0}: tid = {1}\n", thread.GetIndexID(), thread.GetID()); in OutputWriterCLI()
HDRegisterContextUnwind.cpp2374 m_thread.GetIndexID(), m_frame_number, logmsg.c_str()); in UnwindLogMsg()
2391 m_thread.GetIndexID(), m_frame_number, logmsg.c_str()); in UnwindLogMsgVerbose()
HDProcess.cpp4187 not_suspended_threads.emplace_back(thread_sp, thread_sp->GetIndexID()); in ShouldStop()
4213 if (thread_sp->GetIndexID() != thread_index) { in ShouldStop()
4217 thread_sp.get(), thread_index, thread_sp->GetIndexID()); in ShouldStop()
4995 const uint32_t thread_idx_id = thread->GetIndexID(); in RunThreadPlan()
5031 selected_tid = selected_thread_sp->GetIndexID(); in RunThreadPlan()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBQueue.cpp70 uint32_t GetIndexID() const { in GetIndexID() function in lldb_private::QueueImpl
74 result = queue_sp->GetIndexID(); in GetIndexID()
264 uint32_t SBQueue::GetIndexID() const { in GetIndexID() function in SBQueue
267 uint32_t index_id = m_opaque_sp->GetIndexID(); in GetIndexID()
HDSBThread.cpp385 uint32_t SBThread::GetIndexID() const { in GetIndexID() function in SBThread
390 return thread_sp->GetIndexID(); in GetIndexID()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBQueue.h41 uint32_t GetIndexID() const;
HDSBThread.h90 uint32_t GetIndexID() const;
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBThreadDocstrings.i92 ) lldb::SBThread::GetIndexID;
HDSBThreadExtensions.i49 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDQueue.h70 uint32_t GetIndexID();
HDThread.h1092 uint32_t GetIndexID() const;
1104 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp234 thread->GetIndexID()); in HandleOneThread()
706 result.AppendMessageWithFormat("%u, ", thread->GetIndexID()); in DoExecute()
708 result.AppendMessageWithFormat("%u ", thread->GetIndexID()); in DoExecute()
1345 thread->GetIndexID()); in HandleOneThread()
1440 thread_sp->GetIndexID()); in HandleOneThread()
1599 thread_sp->GetIndexID(), error.AsCString()); in DoExecute()
1704 thread->GetIndexID()); in DoExecute()
HDCommandObjectThreadUtil.cpp153 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.cpp146 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.cpp279 lldb_user_id = lldb_thread->GetIndexID(); in GetRenumberedThreadIds()
362 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID()); in RetrieveReportData()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPT.cpp252 s.Format("\nthread #{0}: tid = {1}", thread.GetIndexID(), thread.GetID()); in DumpTraceInfo()

12