Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4224 bool this_thread_wants_to_stop; in ShouldStop() local
4226 this_thread_wants_to_stop = in ShouldStop()
4242 this_thread_wants_to_stop = stop_info_sp->ShouldStop(event_ptr); in ShouldStop()
4246 still_should_stop = this_thread_wants_to_stop; in ShouldStop()