Home
last modified time | relevance | path

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

/test/dittosuite/test/
Ddelete_file_test.cpp40 dittosuite::DeleteFile instruction((Instruction::Params){dittosuite::Syscall::GetSyscall(), 1}, in TEST_F()
49 dittosuite::DeleteFile instruction((Instruction::Params){dittosuite::Syscall::GetSyscall(), 1}, in TEST_F()
Dopen_file_test.cpp33 dittosuite::OpenFile instruction((Instruction::Params){dittosuite::Syscall::GetSyscall(), 1}, in TEST_P()
43 dittosuite::OpenFile instruction((Instruction::Params){dittosuite::Syscall::GetSyscall(), 1}, in TEST_P()
Dresize_file_test.cpp44 (Instruction::Params){dittosuite::Syscall::GetSyscall(), repeat}, file_name, true, false, in TEST_P()
51 (Instruction::Params){dittosuite::Syscall::GetSyscall(), repeat}, size, fd_key); in TEST_P()
Dread_directory_test.cpp51 dittosuite::ReadDirectory instruction((Instruction::Params){dittosuite::Syscall::GetSyscall(), 1}, in TEST_F()
/test/dittosuite/src/
Dinstruction_factory.cpp77 Instruction::Params instruction_params(Syscall::GetSyscall(), proto_instruction.repeat(), in CreateFromProtoInstruction()
226 SchedAttr sched_attr(Syscall::GetSyscall()); in CreateFromProtoInstruction()
231 SchedAffinity sched_affinity(Syscall::GetSyscall()); in CreateFromProtoInstruction()
Dsyscall.cpp24 Syscall& Syscall::GetSyscall() { in GetSyscall() function in dittosuite::Syscall
/test/dittosuite/include/ditto/
Dsyscall.h74 static Syscall& GetSyscall();