Searched defs:pgid (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A DProcess.py57 pgid = Param.Int(100, 'process group id') variable in class:Process
H A Dprocess.hh89 inline uint64_t pgid() { return _pgid; } function in class:Process
90 inline void pgid(uint64_t pgid) { _pgid = pgid; } argument
H A Dsyscall_emul.cc998 int pgid = process->getSyscallArg(tc, index); local

Completed in 21 milliseconds