Home | History | Annotate | Download | only in Target

Lines Matching refs:m_should_stop

115         m_should_stop (false),
128 m_should_stop (should_stop),
185 m_should_stop = bp_site_sp->ShouldStop (&context);
194 m_should_stop = true;
198 return m_should_stop;
308 return m_should_stop;
331 m_should_stop = true;
344 m_should_stop = true;
350 // we set m_should_stop to true; we are going to stop.
358 m_should_stop = false;
378 m_should_stop = false;
385 m_should_stop = true;
392 m_should_stop = true;
396 m_should_stop ? "true" : "false");
473 m_should_stop = true;
485 m_should_stop = false;
496 m_should_stop = true;
504 log->Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop);
510 bool m_should_stop;
563 m_should_stop(false),
602 return m_should_stop;
613 m_should_stop = wp_sp->ShouldStop (&context);
623 m_should_stop = true;
627 return m_should_stop;
636 return m_should_stop;
645 m_should_stop = true;
692 if (m_should_stop && wp_sp->GetConditionText() != NULL)
726 m_should_stop = false;
729 m_should_stop = true;
732 m_should_stop ? "true" : "false");
736 m_should_stop = true;
759 m_should_stop = true;
764 if (m_should_stop)
769 // If it did, when we'll set m_should_stop to false and get out of here.
771 m_should_stop = false;
773 if (m_should_stop && !stop_requested)
776 m_should_stop = false;
780 if (m_should_stop)
800 log->Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop);
808 bool m_should_stop;