Home
last modified time | relevance | path

Searched refs:GetQueueID (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp68 lldb::queue_id_t GetQueueID() const { in GetQueueID() function in lldb_private::QueueImpl
274 lldb::queue_id_t SBQueue::GetQueueID() const { in GetQueueID() function in SBQueue
275 lldb::queue_id_t qid = m_opaque_sp->GetQueueID(); in GetQueueID()
279 m_opaque_sp->GetQueueID(), (uint64_t)qid); in GetQueueID()
288 m_opaque_sp->GetQueueID(), index_id); in GetIndexID()
297 m_opaque_sp->GetQueueID(), name ? name : ""); in GetName()
306 m_opaque_sp->GetQueueID(), numthreads); in GetNumThreads()
315 m_opaque_sp->GetQueueID(), idx); in GetThreadAtIndex()
324 m_opaque_sp->GetQueueID(), pending_items); in GetNumPendingItems()
332 m_opaque_sp->GetQueueID(), idx); in GetPendingItemAtIndex()
[all …]
H A DSBQueueItem.cpp127 static_cast<uint64_t>(thread_sp->GetQueueID()), queue_name); in GetExtendedBacktraceThread()
H A DSBThread.cpp522 lldb::queue_id_t SBThread::GetQueueID() const { in GetQueueID() function in SBThread
531 id = exe_ctx.GetThreadPtr()->GetQueueID(); in GetQueueID()
1459 new_thread_sp->GetQueueID(), queue_name); in GetExtendedBacktraceThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBQueue.h38 lldb::queue_id_t GetQueueID() const;
H A DSBThread.h90 lldb::queue_id_t GetQueueID() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp140 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID() function in ThreadGDBRemote
165 queue_id_t queue_id = GetQueueID(); in GetQueue()
H A DThreadGDBRemote.h42 lldb::queue_id_t GetQueueID() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h66 lldb::queue_id_t GetQueueID() override { return m_queue_id; } in GetQueueID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DQueue.cpp46 if (thread_sp->GetQueueID() == m_queue_id) { in GetThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h334 virtual lldb::queue_id_t GetQueueID() { return LLDB_INVALID_QUEUE_ID; } in GetQueueID() function