Lines Matching refs:ThreadPlanStepInstruction
23 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction
37 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;
39 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()
53 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()
83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()
89 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
98 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()
128 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()
237 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers()
239 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()
243 bool ThreadPlanStepInstruction::WillStop() { return true; } in WillStop()
245 bool ThreadPlanStepInstruction::MischiefManaged() { in MischiefManaged()