Home
last modified time | relevance | path

Searched refs:GetQueueList (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp170 queue = process_sp->GetQueueList().FindQueueByID(queue_id); in GetQueue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp484 num_queues = process_sp->GetQueueList().GetSize(); in GetNumQueues()
506 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index); in GetQueueAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2412 QueueList &GetQueueList() { in GetQueueList() function