Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp626 ThreadSP thread_to_run; in WillResume() local
629 thread_to_run = stop_others_thread_sp; in WillResume()
631 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume()
636 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()
641 if (thread_sp == thread_to_run) { in WillResume()