Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2721 ThreadList &cur_threadlist = m_process_sp->GetThreadList(); in RunStopHooks() local
2722 size_t num_threads = cur_threadlist.GetSize(); in RunStopHooks()
2724 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); in RunStopHooks()