Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp177 queue = process_sp->GetQueueList().FindQueueByID(queue_id); in GetQueue()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp413 num_queues = process_sp->GetQueueList().GetSize(); in GetNumQueues()
431 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index); in GetQueueAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2221 QueueList &GetQueueList() { in GetQueueList() function