Lines Matching refs:m_queue_wp
31 : m_queue_wp(), m_threads(), m_thread_list_fetched(false), in QueueImpl()
35 : m_queue_wp(), m_threads(), m_thread_list_fetched(false), in QueueImpl()
37 m_queue_wp = queue_sp; in QueueImpl()
43 m_queue_wp = rhs.m_queue_wp; in QueueImpl()
52 bool IsValid() { return m_queue_wp.lock() != nullptr; } in IsValid()
55 m_queue_wp.reset(); in Clear()
64 m_queue_wp = queue_sp; in SetQueue()
69 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetQueueID()
78 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetIndexID()
87 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetName()
96 lldb::QueueSP queue_sp = m_queue_wp.lock(); in FetchThreads()
116 QueueSP queue_sp = m_queue_wp.lock(); in FetchItems()
149 QueueSP queue_sp = m_queue_wp.lock(); in GetThreadAtIndex()
165 QueueSP queue_sp = m_queue_wp.lock(); in GetNumPendingItems()
185 QueueSP queue_sp = m_queue_wp.lock(); in GetNumRunningItems()
193 QueueSP queue_sp = m_queue_wp.lock(); in GetProcess()
202 QueueSP queue_sp = m_queue_wp.lock(); in GetKind()
210 lldb::QueueWP m_queue_wp; member in lldb_private::QueueImpl