Searched defs:queue_sp (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DQueueList.cpp40 void QueueList::AddQueue(QueueSP queue_sp) { argument
H A DQueueItem.cpp17 QueueItem::QueueItem(QueueSP queue_sp, ProcessSP process_sp, argument
46 QueueSP queue_sp = m_queue_wp.lock(); local
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp32 QueueImpl(const lldb::QueueSP &queue_sp) { m_queue_wp = queue_sp; } argument
56 void SetQueue(const lldb::QueueSP &queue_sp) { argument
63 lldb::QueueSP queue_sp = m_queue_wp.lock(); local
72 lldb::QueueSP queue_sp = m_queue_wp.lock(); local
80 lldb::QueueSP queue_sp = m_queue_wp.lock(); local
88 lldb::QueueSP queue_sp = m_queue_wp.lock(); local
108 QueueSP queue_sp = m_queue_wp.lock(); local
141 QueueSP queue_sp = m_queue_wp.lock(); local
157 QueueSP queue_sp = m_queue_wp.lock(); local
177 QueueSP queue_sp = m_queue_wp.lock(); local
185 QueueSP queue_sp = m_queue_wp.lock(); local
194 QueueSP queue_sp = m_queue_wp.lock(); local
215 SBQueue(const QueueSP &queue_sp) argument
254 SetQueue(const QueueSP &queue_sp) argument
[all...]
H A DSBThread.cpp92 QueueSP queue_sp; local
H A DSBProcess.cpp424 QueueSP queue_sp; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp521 QueueSP queue_sp = std::make_shared<Queue>( local

Completed in 91 milliseconds