Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp625 ThreadSP thread_to_run; in WillResume() local
628 thread_to_run = stop_others_thread_sp; in WillResume()
630 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume()
635 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()
640 if (thread_sp == thread_to_run) { in WillResume()