Lines Matching refs:ThreadPlanCallFunction
34 bool ThreadPlanCallFunction::ConstructorSetup( in ConstructorSetup()
97 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction
130 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction
148 ThreadPlanCallFunction::~ThreadPlanCallFunction() { in ~ThreadPlanCallFunction()
152 void ThreadPlanCallFunction::ReportRegisterState(const char *message) { in ReportRegisterState()
175 void ThreadPlanCallFunction::DoTakedown(bool success) { in DoTakedown()
219 void ThreadPlanCallFunction::DidPop() { DoTakedown(PlanSucceeded()); } in DidPop()
221 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) { in GetDescription()
230 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan()
244 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
251 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
351 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { in ShouldStop()
365 bool ThreadPlanCallFunction::StopOthers() { return m_stop_other_threads; } in StopOthers()
367 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
369 void ThreadPlanCallFunction::DidPush() { in DidPush()
388 bool ThreadPlanCallFunction::WillStop() { return true; } in WillStop()
390 bool ThreadPlanCallFunction::MischiefManaged() { in MischiefManaged()
404 void ThreadPlanCallFunction::SetBreakpoints() { in SetBreakpoints()
423 void ThreadPlanCallFunction::ClearBreakpoints() { in ClearBreakpoints()
432 bool ThreadPlanCallFunction::BreakpointsExplainStop() { in BreakpointsExplainStop()
459 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers()
463 void ThreadPlanCallFunction::RestoreThreadState() { in RestoreThreadState()
467 void ThreadPlanCallFunction::SetReturnValue() { in SetReturnValue()