Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp308 bool a_thread_needs_to_run = false; in ShouldStop() local
343 a_thread_needs_to_run |= this_thread_forces_run; in ShouldStop()
352 if (a_thread_needs_to_run) { in ShouldStop()