Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDQueueList.h79 lldb::QueueSP FindQueueByID(lldb::queue_id_t qid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDQueueList.cpp47 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID() function in QueueList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp169 queue = process_sp->GetQueueList().FindQueueByID(queue_id); in GetQueue()