Searched refs:GetQueueAtIndex (Results 1 – 6 of 6) sorted by relevance
48 lldb::QueueSP GetQueueAtIndex(uint32_t idx);
26 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex() function in QueueList
150 q = process.GetQueueAtIndex(idx)313 q = process.GetQueueAtIndex(idx)
114 lldb::SBQueue GetQueueAtIndex(size_t index);
180 GetQueueAtIndex (uint32_t index);
465 SBQueue SBProcess::GetQueueAtIndex(size_t index) { in GetQueueAtIndex() function in SBProcess466 LLDB_RECORD_METHOD(lldb::SBQueue, SBProcess, GetQueueAtIndex, (size_t), in GetQueueAtIndex()477 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index); in GetQueueAtIndex()1359 LLDB_REGISTER_METHOD(lldb::SBQueue, SBProcess, GetQueueAtIndex, (size_t)); in RegisterMethods()