Home
last modified time | relevance | path

Searched refs:GetQueueAtIndex (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DQueueList.h48 lldb::QueueSP GetQueueAtIndex(uint32_t idx);
/external/llvm-project/lldb/source/Target/
DQueueList.cpp26 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex() function in QueueList
/external/llvm-project/lldb/test/API/macosx/queues/
DTestQueues.py150 q = process.GetQueueAtIndex(idx)
313 q = process.GetQueueAtIndex(idx)
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h114 lldb::SBQueue GetQueueAtIndex(size_t index);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp465 SBQueue SBProcess::GetQueueAtIndex(size_t index) { in GetQueueAtIndex() function in SBProcess
466 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()
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i180 GetQueueAtIndex (uint32_t index);