Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadList.cpp599 ThreadSP thread_to_run; in WillResume() local
603 thread_to_run = GetSelectedThread(); in WillResume()
607 thread_to_run = run_me_only_list.GetThreadAtIndex (0); in WillResume()
613 thread_to_run = run_me_only_list.GetThreadAtIndex (random_thread); in WillResume()
619 if (thread_sp == thread_to_run) in WillResume()