Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp4330 bool still_should_stop = false; in DoOnRemoval() local
4389 if (still_should_stop == false) in DoOnRemoval()
4390 still_should_stop = this_thread_wants_to_stop; in DoOnRemoval()
4397 if (!still_should_stop && does_anybody_have_an_opinion) in DoOnRemoval()