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