Searched defs:GetThreadAtIndex (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Target/
H A DThreadList.cpp98 ThreadList::GetThreadAtIndex (uint32_t idx, bool can_update) function in class:ThreadList
607 thread_to_run = run_me_only_list.GetThreadAtIndex (0);
613 thread_to_run = run_me_only_list.GetThreadAtIndex (random_thread);
/external/lldb/source/API/
H A DSBProcess.cpp508 SBProcess::GetThreadAtIndex (size_t index) function in class:SBProcess
520 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update);
526 log->Printf ("SBProcess(%p)::GetThreadAtIndex (index=%d) => SBThread(%p)",
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp157 MachProcess::GetThreadAtIndex (nub_size_t thread_idx) const function in class:MachProcess

Completed in 619 milliseconds