Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp328 bool this_thread_forces_run = thread_sp->ShouldRunBeforePublicStop(); in ShouldStop() local
329 a_thread_needs_to_run |= this_thread_forces_run; in ShouldStop()
330 if (this_thread_forces_run) in ShouldStop()