Lines Matching refs:m_queue_wp
32 QueueImpl(const lldb::QueueSP &queue_sp) { m_queue_wp = queue_sp; } in QueueImpl()
37 m_queue_wp = rhs.m_queue_wp; in QueueImpl()
46 bool IsValid() { return m_queue_wp.lock() != nullptr; } in IsValid()
49 m_queue_wp.reset(); in Clear()
58 m_queue_wp = 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()
204 lldb::QueueWP m_queue_wp; member in lldb_private::QueueImpl