Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThreadList.cpp585 ThreadSP stop_others_thread_sp; in WillResume() local
600 stop_others_thread_sp = thread_sp; in WillResume()
604 stop_others_thread_sp = thread_sp; in WillResume()
627 if (stop_others_thread_sp) { in WillResume()
628 thread_to_run = stop_others_thread_sp; in WillResume()