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