Home
last modified time | relevance | path

Searched refs:run_me_only_list (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DThreadList.cpp549 ThreadList run_me_only_list (m_process); in WillResume() local
551 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
570 run_me_only_list.Clear(); in WillResume()
571 run_me_only_list.AddThread (thread_sp); in WillResume()
575 run_me_only_list.AddThread (thread_sp); in WillResume()
582 if (run_me_only_list.GetSize (false) == 0) in WillResume()
605 else if (run_me_only_list.GetSize (false) == 1) in WillResume()
607 thread_to_run = run_me_only_list.GetThreadAtIndex (0); in WillResume()
612 ((run_me_only_list.GetSize (false) * (double) rand ()) / (RAND_MAX + 1.0)); in WillResume()
613 thread_to_run = run_me_only_list.GetThreadAtIndex (random_thread); in WillResume()