Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBQueue.cpp32 m_queue_wp(), in QueueImpl()
41 m_queue_wp(), in QueueImpl()
47 m_queue_wp = queue_sp; in QueueImpl()
54 m_queue_wp = rhs.m_queue_wp; in QueueImpl()
68 return m_queue_wp.lock() != NULL; in IsValid()
74 m_queue_wp.reset(); in Clear()
85 m_queue_wp = queue_sp; in SetQueue()
92 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetQueueID()
107 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetIndexID()
122 lldb::QueueSP queue_sp = m_queue_wp.lock (); in GetName()
[all …]
/trueos/contrib/llvm/tools/lldb/source/Target/
HDQueueItem.cpp19 m_queue_wp (), in QueueItem()
32 m_queue_wp = queue_sp; in QueueItem()
67 QueueSP queue_sp = m_queue_wp.lock(); in GetExtendedBacktraceThread()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDQueueItem.h100 return m_queue_wp.lock() != NULL; in IsValid()
217 lldb::QueueWP m_queue_wp;