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()
80 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetName()
88 lldb::QueueSP queue_sp = m_queue_wp.lock(); in FetchThreads()
108 QueueSP queue_sp = m_queue_wp.lock(); in FetchItems()
141 QueueSP queue_sp = m_queue_wp.lock(); in GetThreadAtIndex()
157 QueueSP queue_sp = m_queue_wp.lock(); in GetNumPendingItems()
177 QueueSP queue_sp = m_queue_wp.lock(); in GetNumRunningItems()
185 QueueSP queue_sp = m_queue_wp.lock(); in GetProcess()
194 QueueSP queue_sp = m_queue_wp.lock(); in GetKind()
215 SBQueue::SBQueue(const QueueSP &queue_sp) in SBQueue()
254 void SBQueue::SetQueue(const QueueSP &queue_sp) { in SetQueue()