Home
last modified time | relevance | path

Searched defs:thread_index_id (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.h21 UniqueStack(std::stack<lldb::addr_t> stack_frames, uint32_t thread_index_id) in UniqueStack()
26 void AddThread(uint32_t thread_index_id) const { in AddThread()
H A DCommandObjectThreadUtil.cpp105 for (const uint32_t &thread_index_id : thread_index_ids) { in DoExecute() local
153 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread() local
/llvm-project/lldb/source/Target/
H A DThreadCollection.cpp32 const uint32_t thread_index_id = thread_sp->GetIndexID(); in AddThreadSortedByIndexID() local