Home
last modified time | relevance | path

Searched refs:instruction_params (Results 1 – 1 of 1) sorted by relevance

/test/dittosuite/src/
Dinstruction_factory.cpp48 const dittosuite::Instruction::Params& instruction_params, const std::list<int>& thread_ids, in CreateFromProtoInstructionSet() argument
69 return std::make_unique<InstructionSet>(instruction_params, std::move(instructions), list_key, in CreateFromProtoInstructionSet()
72 return std::make_unique<InstructionSet>(instruction_params, std::move(instructions)); in CreateFromProtoInstructionSet()
78 Instruction::Params instruction_params(Syscall::GetSyscall(), proto_instruction.repeat(), in CreateFromProtoInstruction() local
84 return InstructionFactory::CreateFromProtoInstructionSet(instruction_params, thread_ids, in CreateFromProtoInstruction()
115 return std::make_unique<OpenFile>(instruction_params, input_key, options.create(), in CreateFromProtoInstruction()
118 return std::make_unique<OpenFile>(instruction_params, options.path_name(), options.create(), in CreateFromProtoInstruction()
121 return std::make_unique<OpenFile>(instruction_params, options.create(), options.direct_io(), in CreateFromProtoInstruction()
130 return std::make_unique<DeleteFile>(instruction_params, input_key); in CreateFromProtoInstruction()
132 return std::make_unique<DeleteFile>(instruction_params, options.path_name()); in CreateFromProtoInstruction()
[all …]