Lines Matching refs:Instruction
24 Instruction::Instruction(const std::string& name, const Params& params) in Instruction() function in dittosuite::Instruction
32 void Instruction::SetUp() { in SetUp()
42 void Instruction::Run() { in Run()
50 void Instruction::RunSynchronized(pthread_barrier_t* barrier, const MultithreadingParams& params) { in RunSynchronized()
68 Instruction::Run(); in RunSynchronized()
71 std::thread Instruction::SpawnThread(pthread_barrier_t* barrier, in SpawnThread()
76 void Instruction::TearDown() {} in TearDown()
78 void Instruction::SetUpSingle() { in SetUpSingle()
89 void Instruction::TearDownSingle(bool /*is_last*/) { in TearDownSingle()
94 std::unique_ptr<Result> Instruction::CollectResults(const std::string& prefix) { in CollectResults()
100 void Instruction::SetAbsolutePathKey(int absolute_path_key) { in SetAbsolutePathKey()
104 void Instruction::SetArgv(char** argv) { in SetArgv()
108 void Instruction::SetArgc(int argc) { in SetArgc()
112 std::string Instruction::GetAbsolutePath() { in GetAbsolutePath()
116 int Instruction::absolute_path_key_;
117 char** Instruction::argv_;
118 int Instruction::argc_;