Lines Matching refs:ThreadPlanCallFunction

33 bool ThreadPlanCallFunction::ConstructorSetup(  in ConstructorSetup()
96 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction
126 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction
141 ThreadPlanCallFunction::~ThreadPlanCallFunction() { in ~ThreadPlanCallFunction()
145 void ThreadPlanCallFunction::ReportRegisterState(const char *message) { in ReportRegisterState()
168 void ThreadPlanCallFunction::DoTakedown(bool success) { in DoTakedown()
212 void ThreadPlanCallFunction::WillPop() { DoTakedown(PlanSucceeded()); } in WillPop()
214 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) { in GetDescription()
223 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan()
237 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
244 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
345 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { in ShouldStop()
359 bool ThreadPlanCallFunction::StopOthers() { return m_stop_other_threads; } in StopOthers()
361 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
363 void ThreadPlanCallFunction::DidPush() { in DidPush()
382 bool ThreadPlanCallFunction::WillStop() { return true; } in WillStop()
384 bool ThreadPlanCallFunction::MischiefManaged() { in MischiefManaged()
398 void ThreadPlanCallFunction::SetBreakpoints() { in SetBreakpoints()
417 void ThreadPlanCallFunction::ClearBreakpoints() { in ClearBreakpoints()
426 bool ThreadPlanCallFunction::BreakpointsExplainStop() { in BreakpointsExplainStop()
453 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers()
457 bool ThreadPlanCallFunction::RestoreThreadState() { in RestoreThreadState()
461 void ThreadPlanCallFunction::SetReturnValue() { in SetReturnValue()