Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBQueue.cpp34 QueueImpl(const lldb::QueueSP &queue_sp) in QueueImpl()
62 void SetQueue(const lldb::QueueSP &queue_sp) { in SetQueue()
69 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetQueueID() local
78 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetIndexID() local
87 lldb::QueueSP queue_sp = m_queue_wp.lock(); in GetName() local
96 lldb::QueueSP queue_sp = m_queue_wp.lock(); in FetchThreads() local
116 QueueSP queue_sp = m_queue_wp.lock(); in FetchItems() local
149 QueueSP queue_sp = m_queue_wp.lock(); in GetThreadAtIndex() local
165 QueueSP queue_sp = m_queue_wp.lock(); in GetNumPendingItems() local
185 QueueSP queue_sp = m_queue_wp.lock(); in GetNumRunningItems() local
[all …]
DSBThread.cpp94 QueueSP queue_sp; in GetQueue() local
DSBProcess.cpp470 QueueSP queue_sp; in GetQueueAtIndex() local
/external/llvm-project/lldb/source/Target/
DQueueList.cpp40 void QueueList::AddQueue(QueueSP queue_sp) { in AddQueue()
49 for (QueueSP queue_sp : Queues()) { in FindQueueByID() local
60 for (QueueSP queue_sp : Queues()) { in FindQueueByIndexID() local
DQueueItem.cpp17 QueueItem::QueueItem(QueueSP queue_sp, ProcessSP process_sp, in QueueItem()
46 QueueSP queue_sp = m_queue_wp.lock(); in GetExtendedBacktraceThread() local
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp720 QueueSP queue_sp(new Queue(m_process->shared_from_this(), in PopulateQueueList() local
940 QueueSP queue_sp( in PopulateQueuesUsingLibBTR() local