Lines Matching refs:ThreadPlanStepInstruction
26 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction
39 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;
41 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()
54 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()
84 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()
90 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
99 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()
127 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()
238 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers()
240 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()
244 bool ThreadPlanStepInstruction::WillStop() { return true; } in WillStop()
246 bool ThreadPlanStepInstruction::MischiefManaged() { in MischiefManaged()