Lines Matching refs:m_queue_wp
32 : m_queue_wp(), m_threads(), m_thread_list_fetched(false), in QueueImpl()
36 : m_queue_wp(), m_threads(), m_thread_list_fetched(false), in QueueImpl()
38 m_queue_wp = queue_sp; in QueueImpl()
44 m_queue_wp = rhs.m_queue_wp; in QueueImpl()
53 bool IsValid() { return m_queue_wp.lock() != NULL; } in IsValid()
56 m_queue_wp.reset(); in Clear()
65 m_queue_wp = 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()
225 lldb::QueueWP m_queue_wp; member in lldb_private::QueueImpl