Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueueList.cpp16 QueueList::QueueList(Process *process) in QueueList() function in QueueList
19 QueueList::~QueueList() { Clear(); } in ~QueueList()
21 uint32_t QueueList::GetSize() { in GetSize()
26 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex()
35 void QueueList::Clear() { in Clear()
40 void QueueList::AddQueue(QueueSP queue_sp) { in AddQueue()
47 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID()
58 lldb::QueueSP QueueList::FindQueueByIndexID(uint32_t index_id) { in FindQueueByIndexID()
69 std::mutex &QueueList::GetMutex() { return m_mutex; } in GetMutex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h28 class QueueList {
32 QueueList(Process *process);
34 ~QueueList();
105 QueueList() = delete;
H A DSystemRuntime.h173 virtual void PopulateQueueList(lldb_private::QueueList &queue_list) {} in PopulateQueueList()
H A DProcess.h2246 QueueList &GetQueueList() { in GetQueueList()
2251 QueueList::QueueIterable Queues() { in Queues()
3090 QueueList
/freebsd/lib/clang/liblldb/
H A DMakefile647 SRCS+= Target/QueueList.cpp