Lines Matching refs:QueueSP
32 QueueImpl(const lldb::QueueSP &queue_sp) in QueueImpl()
60 void SetQueue(const lldb::QueueSP &queue_sp) { in SetQueue()
67 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetQueueID()
76 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetIndexID()
85 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetName()
94 lldb::QueueSP queue_sp = m_queue_wp.lock(); in FetchThreads()
114 QueueSP queue_sp = m_queue_wp.lock(); in FetchItems()
147 QueueSP queue_sp = m_queue_wp.lock(); in GetThreadAtIndex()
163 QueueSP queue_sp = m_queue_wp.lock(); in GetNumPendingItems()
183 QueueSP queue_sp = m_queue_wp.lock(); in GetNumRunningItems()
191 QueueSP queue_sp = m_queue_wp.lock(); in GetProcess()
200 QueueSP queue_sp = m_queue_wp.lock(); in GetKind()
223 SBQueue::SBQueue(const QueueSP &queue_sp) in SBQueue()
225 LLDB_RECORD_CONSTRUCTOR(SBQueue, (const lldb::QueueSP &), queue_sp); in SBQueue()
263 void SBQueue::SetQueue(const QueueSP &queue_sp) { in SetQueue()
337 LLDB_REGISTER_CONSTRUCTOR(SBQueue, (const lldb::QueueSP &)); in RegisterMethods()