Searched refs:FindQueueByID (Results 1 – 3 of 3) sorted by relevance
94 lldb::QueueSP FindQueueByID(lldb::queue_id_t qid);
48 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID() function in QueueList
170 queue = process_sp->GetQueueList().FindQueueByID(queue_id); in GetQueue()