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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DQueueList.cpp59 QueueList::AddQueue (QueueSP queue_sp) argument
62 if (queue_sp.get ())
64 m_queues.push_back (queue_sp);
72 for (QueueSP queue_sp : Queues())
74 if (queue_sp->GetID() == qid)
76 ret = queue_sp;
87 for (QueueSP queue_sp : Queues())
89 if (queue_sp->GetIndexID() == index_id)
91 ret = queue_sp;
H A DQueueItem.cpp18 QueueItem::QueueItem (QueueSP queue_sp) : argument
32 m_queue_wp = queue_sp;
67 QueueSP queue_sp = m_queue_wp.lock(); local
68 if (queue_sp)
70 ProcessSP process_sp = queue_sp->GetProcess();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp40 QueueImpl (const lldb::QueueSP &queue_sp) : argument
47 m_queue_wp = queue_sp;
82 SetQueue (const lldb::QueueSP &queue_sp) argument
85 m_queue_wp = queue_sp;
92 lldb::QueueSP queue_sp = m_queue_wp.lock(); local
93 if (queue_sp)
95 result = queue_sp->GetID();
107 lldb::QueueSP queue_sp = m_queue_wp.lock(); local
108 if (queue_sp)
110 result = queue_sp
122 lldb::QueueSP queue_sp = m_queue_wp.lock (); local
140 lldb::QueueSP queue_sp = m_queue_wp.lock(); local
167 QueueSP queue_sp = m_queue_wp.lock(); local
208 QueueSP queue_sp = m_queue_wp.lock(); local
254 QueueSP queue_sp = m_queue_wp.lock(); local
277 SBQueue(const QueueSP& queue_sp) argument
316 SetQueue(const QueueSP& queue_sp) argument
[all...]
H A DSBProcess.cpp564 QueueSP queue_sp; local
570 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index);
571 sb_queue.SetQueue (queue_sp);
577 process_sp.get(), (uint32_t) index, queue_sp.get());
/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/include/lldb/Target/
H A DQueueItem.h40 QueueItem (lldb::QueueSP queue_sp);

Completed in 58 milliseconds