Searched refs:thread_index (Results 1 – 4 of 4) sorted by relevance
39 int64_t thread_index; in SetOptionValue() local 40 if (option_arg.empty() || option_arg.getAsInteger(0, thread_index) || in SetOptionValue() 41 thread_index < 0) in SetOptionValue() 45 m_thread_index = thread_index; in SetOptionValue()
4203 for (auto [thread_sp, thread_index] : not_suspended_threads) { in ShouldStop()4213 if (thread_sp->GetIndexID() != thread_index) { in ShouldStop()4217 thread_sp.get(), thread_index, thread_sp->GetIndexID()); in ShouldStop()5591 uint32_t thread_index; in RunThreadPlan() local5595 for (thread_index = 0; thread_index < num_threads; ++thread_index) { in RunThreadPlan()5596 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()
1079 bool DiscardUserThreadPlansUpToIndex(uint32_t thread_index);
143 uint32_t thread_index = UINT32_MAX; in SetOptionValue() local144 if (option_arg.getAsInteger(0, thread_index)) { in SetOptionValue()148 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()