Lines Matching refs:QueueSP
35 QueueImpl(const lldb::QueueSP &queue_sp) in QueueImpl()
63 void SetQueue(const lldb::QueueSP &queue_sp) { in SetQueue()
70 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetQueueID()
83 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetIndexID()
96 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetName()
111 lldb::QueueSP queue_sp = m_queue_wp.lock(); in FetchThreads()
131 QueueSP queue_sp = m_queue_wp.lock(); in FetchItems()
164 QueueSP queue_sp = m_queue_wp.lock(); in GetThreadAtIndex()
180 QueueSP queue_sp = m_queue_wp.lock(); in GetNumPendingItems()
200 QueueSP queue_sp = m_queue_wp.lock(); in GetNumRunningItems()
208 QueueSP queue_sp = m_queue_wp.lock(); in GetProcess()
217 QueueSP queue_sp = m_queue_wp.lock(); in GetKind()
237 SBQueue::SBQueue(const QueueSP &queue_sp) in SBQueue()
270 void SBQueue::SetQueue(const QueueSP &queue_sp) { in SetQueue()