Searched refs:instruction_params (Results 1 – 1 of 1) sorted by relevance
/test/dittosuite/src/ |
D | instruction_factory.cpp | 47 const dittosuite::Instruction::Params& instruction_params, const std::list<int>& thread_ids, in CreateFromProtoInstructionSet() argument 68 return std::make_unique<InstructionSet>(instruction_params, std::move(instructions), list_key, in CreateFromProtoInstructionSet() 71 return std::make_unique<InstructionSet>(instruction_params, std::move(instructions)); in CreateFromProtoInstructionSet() 77 Instruction::Params instruction_params(Syscall::GetSyscall(), proto_instruction.repeat(), in CreateFromProtoInstruction() local 83 return InstructionFactory::CreateFromProtoInstructionSet(instruction_params, thread_ids, in CreateFromProtoInstruction() 114 return std::make_unique<OpenFile>(instruction_params, input_key, options.create(), in CreateFromProtoInstruction() 117 return std::make_unique<OpenFile>(instruction_params, options.path_name(), options.create(), in CreateFromProtoInstruction() 120 return std::make_unique<OpenFile>(instruction_params, options.create(), options.direct_io(), in CreateFromProtoInstruction() 129 return std::make_unique<DeleteFile>(instruction_params, input_key); in CreateFromProtoInstruction() 131 return std::make_unique<DeleteFile>(instruction_params, options.path_name()); in CreateFromProtoInstruction() [all …]
|