Searched refs:QueueSP (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueList.h59 lldb::QueueSP
62 typedef std::vector<lldb::QueueSP> collection;
63 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter> QueueIterable;
91 AddQueue (lldb::QueueSP queue);
100 /// A QueueSP to the queue requested, if it is present in the QueueList.
101 /// An empty QueueSP willbe returned if this queue was not found.
103 lldb::QueueSP
116 /// A QueueSP to the queue requested, if it is present in the QueueList.
117 /// An empty QueueSP willbe returned if this queue was not found.
119 lldb::QueueSP
[all...]
H A DQueueItem.h40 QueueItem (lldb::QueueSP queue_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DQueueList.cpp37 lldb::QueueSP
47 return QueueSP();
59 QueueList::AddQueue (QueueSP queue_sp)
68 lldb::QueueSP
71 QueueSP ret;
72 for (QueueSP queue_sp : Queues())
83 lldb::QueueSP
86 QueueSP ret;
87 for (QueueSP queue_sp : Queues())
H A DQueueItem.cpp18 QueueItem::QueueItem (QueueSP queue_sp) :
67 QueueSP queue_sp = m_queue_wp.lock();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBQueue.h26 SBQueue (const QueueSP& queue_sp);
69 SetQueue (const lldb::QueueSP& queue_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp40 QueueImpl (const lldb::QueueSP &queue_sp) :
82 SetQueue (const lldb::QueueSP &queue_sp)
92 lldb::QueueSP queue_sp = m_queue_wp.lock();
107 lldb::QueueSP queue_sp = m_queue_wp.lock();
122 lldb::QueueSP queue_sp = m_queue_wp.lock ();
140 lldb::QueueSP queue_sp = m_queue_wp.lock();
167 QueueSP queue_sp = m_queue_wp.lock();
208 QueueSP queue_sp = m_queue_wp.lock();
254 QueueSP queue_sp = m_queue_wp.lock();
277 SBQueue::SBQueue (const QueueSP
[all...]
H A DSBProcess.cpp564 QueueSP queue_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h343 typedef std::shared_ptr<lldb_private::Queue> QueueSP; typedef in namespace:lldb

Completed in 245 milliseconds