Lines Matching refs:ThreadPlanCallFunction

34 bool ThreadPlanCallFunction::ConstructorSetup(  in ConstructorSetup()
123 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction
153 ThreadPlanCallFunction::ThreadPlanCallFunction( in ThreadPlanCallFunction() function in ThreadPlanCallFunction
168 ThreadPlanCallFunction::~ThreadPlanCallFunction() { in ~ThreadPlanCallFunction()
172 void ThreadPlanCallFunction::ReportRegisterState(const char *message) { in ReportRegisterState()
195 void ThreadPlanCallFunction::DoTakedown(bool success) { in DoTakedown()
240 void ThreadPlanCallFunction::WillPop() { DoTakedown(PlanSucceeded()); } in WillPop()
242 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) { in GetDescription()
252 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan()
266 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
273 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
380 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { in ShouldStop()
394 bool ThreadPlanCallFunction::StopOthers() { return m_stop_other_threads; } in StopOthers()
396 StateType ThreadPlanCallFunction::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
398 void ThreadPlanCallFunction::DidPush() { in DidPush()
416 bool ThreadPlanCallFunction::WillStop() { return true; } in WillStop()
418 bool ThreadPlanCallFunction::MischiefManaged() { in MischiefManaged()
433 void ThreadPlanCallFunction::SetBreakpoints() { in SetBreakpoints()
453 void ThreadPlanCallFunction::ClearBreakpoints() { in ClearBreakpoints()
462 bool ThreadPlanCallFunction::BreakpointsExplainStop() { in BreakpointsExplainStop()
490 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers()
494 bool ThreadPlanCallFunction::RestoreThreadState() { in RestoreThreadState()
498 void ThreadPlanCallFunction::SetReturnValue() { in SetReturnValue()