Lines Matching refs:QueueSP
32 QueueImpl(const lldb::QueueSP &queue_sp) { m_queue_wp = queue_sp; } in QueueImpl()
56 void SetQueue(const lldb::QueueSP &queue_sp) { in SetQueue()
63 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetQueueID()
72 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetIndexID()
81 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetName()
90 lldb::QueueSP queue_sp = m_queue_wp.lock(); in FetchThreads()
110 QueueSP queue_sp = m_queue_wp.lock(); in FetchItems()
143 QueueSP queue_sp = m_queue_wp.lock(); in GetThreadAtIndex()
159 QueueSP queue_sp = m_queue_wp.lock(); in GetNumPendingItems()
179 QueueSP queue_sp = m_queue_wp.lock(); in GetNumRunningItems()
187 QueueSP queue_sp = m_queue_wp.lock(); in GetProcess()
196 QueueSP queue_sp = m_queue_wp.lock(); in GetKind()
217 SBQueue::SBQueue(const QueueSP &queue_sp) in SBQueue()
256 void SBQueue::SetQueue(const QueueSP &queue_sp) { in SetQueue()