Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h79 lldb::QueueSP FindQueueByID(lldb::queue_id_t qid);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueueList.cpp47 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID() function in QueueList
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp177 queue = process_sp->GetQueueList().FindQueueByID(queue_id); in GetQueue()