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()
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()
202 lldb::QueueWP m_queue_wp; member in lldb_private::QueueImpl