Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp4165 ThreadList &curr_thread_list = process_sp->GetThreadList(); in ShouldStop() local
4166 uint32_t num_threads = curr_thread_list.GetSize(); in ShouldStop()
4180 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx); in ShouldStop()
4204 if (curr_thread_list.GetSize() != num_threads) { in ShouldStop()
4209 num_threads, curr_thread_list.GetSize()); in ShouldStop()
5789 ThreadList &curr_thread_list = GetThreadList(); in GetThreadStatus() local
5790 num_threads = curr_thread_list.GetSize(); in GetThreadStatus()
5794 thread_id_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetID(); in GetThreadStatus()