Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadList.cpp309 bool a_thread_needs_to_run = false; in ShouldStop() local
344 a_thread_needs_to_run |= this_thread_forces_run; in ShouldStop()
353 if (a_thread_needs_to_run) { in ShouldStop()