Home
last modified time | relevance | path

Searched defs:GetThreadAtIndex (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBQueue.cpp139 lldb::SBThread GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in lldb_private::QueueImpl
285 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in SBQueue
H A DSBThreadCollection.cpp76 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { in GetThreadAtIndex() function in SBThreadCollection
H A DSBProcess.cpp384 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex() function in SBProcess
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadCollection.cpp59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in ThreadCollection
H A DThreadList.cpp91 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex() function in ThreadList
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp100 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in NativeProcessProtocol
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm585 nub_thread_t MachProcess::GetThreadAtIndex(nub_size_t thread_idx) const { function