Searched refs:not_suspended_thread_list (Results 1 – 1 of 1) sorted by relevance
4036 ThreadList not_suspended_thread_list(process_sp.get()); in ShouldStop() local4047 not_suspended_thread_list.AddThread(thread_sp); in ShouldStop()4066 for (idx = 0; idx < not_suspended_thread_list.GetSize(); ++idx) { in ShouldStop()4078 lldb::ThreadSP thread_sp = not_suspended_thread_list.GetThreadAtIndex(idx); in ShouldStop()