Searched refs:sim_fds (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dsyscall_emul.cc883 int sim_fds[2], tgt_fds[2]; local
885 int pipe_retval = pipe(sim_fds);
890 auto rpfd = std::make_shared<PipeFDEntry>(sim_fds[0], O_WRONLY, rend);
895 auto wpfd = std::make_shared<PipeFDEntry>(sim_fds[1], O_RDONLY, wend);

Completed in 11 milliseconds