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

/gem5/src/arch/riscv/linux/
H A Dprocess.cc279 {154, SyscallDesc("setpgid", setpgidFunc)},
610 {154, SyscallDesc("setpgid", setpgidFunc)},
/gem5/src/arch/x86/linux/
H A Dprocess.cc374 /* 109 */ SyscallDesc("setpgid", setpgidFunc),
651 /* 57 */ SyscallDesc("setpgid", setpgidFunc),
/gem5/src/sim/
H A Dsyscall_emul.cc993 setpgidFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) function
H A Dsyscall_emul.hh233 SyscallReturn setpgidFunc(SyscallDesc *desc, int num, ThreadContext *tc);

Completed in 27 milliseconds