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

/gem5/tests/quick/se/01.hello-2T-smt/
H A Dtest.py31 pid = 101, ppid = 100)
/gem5/src/sim/
H A DProcess.py56 ppid = Param.Int(0, 'parent process id') variable in class:Process
H A Dprocess.hh88 inline uint64_t ppid() { return _ppid; } function in class:Process
H A Dsyscall_emul.cc165 * this problem by setting the root process' ppid to zero in the
169 if (*p->sigchld && (p->ppid() != 0) && (walk->pid() == p->ppid()))
1036 tc->setIntReg(SyscallPseudoReturnReg, process->ppid());
1092 return process->ppid();
H A Dprocess.cc103 _pid(params->pid), _ppid(params->ppid),
H A Dsyscall_emul.hh1561 pp->ppid = (flags & OS::TGT_CLONE_THREAD) ? p->ppid() : p->pid();
2177 pp->ppid = p->ppid();

Completed in 26 milliseconds