Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp61 lldb::queue_id_t GetQueueID() const { in GetQueueID() function in lldb_private::QueueImpl
258 lldb::queue_id_t SBQueue::GetQueueID() const { in GetQueueID() function in SBQueue
261 return m_opaque_sp->GetQueueID(); in GetQueueID()
H A DSBThread.cpp426 lldb::queue_id_t SBThread::GetQueueID() const { in GetQueueID() function in SBThread
436 id = exe_ctx.GetThreadPtr()->GetQueueID(); in GetQueueID()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBQueueDocstrings.i10 ) lldb::SBQueue::GetQueueID;
H A DSBThreadDocstrings.i102 ) lldb::SBThread::GetQueueID;
H A DSBThreadExtensions.i57 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue …
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueue.h37 lldb::queue_id_t GetQueueID() const;
H A DSBThread.h96 lldb::queue_id_t GetQueueID() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h62 lldb::queue_id_t GetQueueID() override { return m_queue_id; } in GetQueueID() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueue.cpp45 if (thread_sp->GetQueueID() == m_queue_id) { in GetThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp147 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID() function in ThreadGDBRemote
172 queue_id_t queue_id = GetQueueID(); in GetQueue()
H A DThreadGDBRemote.h44 lldb::queue_id_t GetQueueID() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp522 m_process->shared_from_this(), thread_sp->GetQueueID(), queue_name); in UpdateQueueListIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h319 virtual lldb::queue_id_t GetQueueID() { return LLDB_INVALID_QUEUE_ID; } in GetQueueID() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45709 result = (lldb::queue_id_t)((lldb::SBQueue const *)arg1)->GetQueueID(); in _wrap_SBQueue_GetQueueID()
58823 result = (lldb::queue_id_t)((lldb::SBThread const *)arg1)->GetQueueID(); in _wrap_SBThread_GetQueueID()