Searched refs:thread_index (Results 1 – 4 of 4) sorted by relevance
39 int64_t thread_index; in SetOptionValue() local40 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()
1070 bool DiscardUserThreadPlansUpToIndex(uint32_t thread_index);
140 uint32_t thread_index = UINT32_MAX; in SetOptionValue() local141 if (option_arg.getAsInteger(0, thread_index)) { in SetOptionValue()145 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
5394 uint32_t thread_index; in RunThreadPlan() local5398 for (thread_index = 0; thread_index < num_threads; ++thread_index) { in RunThreadPlan()5399 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()