Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp594 ThreadSP thread_to_run; in WillResume() local
597 thread_to_run = GetSelectedThread(); in WillResume()
599 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume()
604 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()
609 if (thread_sp == thread_to_run) { in WillResume()