reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/ThreadList.cpp
  550   run_me_only_list.SetStopID(m_process->GetStopID());
  569         run_me_only_list.Clear();
  570         run_me_only_list.AddThread(thread_sp);
  574       run_me_only_list.AddThread(thread_sp);
  580   if (run_me_only_list.GetSize(false) == 0) {
  597     } else if (run_me_only_list.GetSize(false) == 1) {
  598       thread_to_run = run_me_only_list.GetThreadAtIndex(0);
  601           (int)((run_me_only_list.GetSize(false) * (double)rand()) /
  603       thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread);