Home
last modified time | relevance | path

Searched refs:m_queue_wp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp32 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()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp19 : m_queue_wp(), m_process_wp(), m_item_ref(item_ref), m_address(address), in QueueItem()
26 m_queue_wp = queue_sp; in QueueItem()
46 QueueSP queue_sp = m_queue_wp.lock(); in GetExtendedBacktraceThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h78 bool IsValid() { return m_queue_wp.lock() != nullptr; } in IsValid()
139 lldb::QueueWP m_queue_wp; variable