Home
last modified time | relevance | path

Searched refs:QueueList (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DQueueList.cpp17 QueueList::QueueList(Process *process) in QueueList() function in QueueList
20 QueueList::~QueueList() { Clear(); } in ~QueueList()
22 uint32_t QueueList::GetSize() { in GetSize()
27 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex()
36 void QueueList::Clear() { in Clear()
41 void QueueList::AddQueue(QueueSP queue_sp) { in AddQueue()
48 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID()
59 lldb::QueueSP QueueList::FindQueueByIndexID(uint32_t index_id) { in FindQueueByIndexID()
70 std::mutex &QueueList::GetMutex() { return m_mutex; } in GetMutex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueList.h31 class QueueList {
35 QueueList(Process *process);
37 ~QueueList();
124 QueueList();
H A DSystemRuntime.h197 virtual void PopulateQueueList(lldb_private::QueueList &queue_list) {} in PopulateQueueList()
H A DProcess.h2412 QueueList &GetQueueList() { in GetQueueList()
2417 QueueList::QueueIterable Queues() { in Queues()
3062 QueueList
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile540 SRCS+= Target/QueueList.cpp