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

/gem5/src/sim/
H A Dsyscall_emul.cc869 pipeImpl(SyscallDesc *desc, int callnum, ThreadContext *tc, bool pseudo_pipe, function
968 return pipeImpl(desc, callnum, tc, true);
974 return pipeImpl(desc, callnum, tc, false);
980 // call pipeImpl since the only difference between pipe and pipe2 is
981 // the flags values and what they do (at the end of pipeImpl)
982 return pipeImpl(desc, callnum, tc, false, true);
H A Dsyscall_emul.hh257 SyscallReturn pipeImpl(SyscallDesc *desc, int num, ThreadContext *tc,

Completed in 23 milliseconds