Searched refs:still_should_stop (Results 1 – 1 of 1) sorted by relevance
4058 bool still_should_stop = false; in ShouldStop() local4114 if (!still_should_stop) in ShouldStop()4115 still_should_stop = this_thread_wants_to_stop; in ShouldStop()4119 return still_should_stop; in ShouldStop()4162 bool still_should_stop = ShouldStop(event_ptr, does_anybody_have_an_opinion); in DoOnRemoval() local4168 if (!still_should_stop && does_anybody_have_an_opinion) { in DoOnRemoval()