The Pedigree Project
0.1
|
Public Attributes | |
int | processGroupId |
PosixProcess * | Leader |
List< PosixProcess * > | Members |
Private Member Functions | |
ProcessGroup (const ProcessGroup &) | |
ProcessGroup & | operator= (ProcessGroup &) |
Definition at line 47 of file PosixProcess.h.
PosixProcess* ProcessGroup::Leader |
The group leader of the process group.
Definition at line 61 of file PosixProcess.h.
Referenced by PosixSubsystem::exit(), and WaitCleanup::terminated().
List<PosixProcess *> ProcessGroup::Members |
List of each Process that is in this process group. Includes the Leader, iterate over this in order to obtain every Process in the process group.
Definition at line 67 of file PosixProcess.h.
Referenced by PosixSubsystem::exit(), PosixProcess::PosixProcess(), and WaitCleanup::terminated().
int ProcessGroup::processGroupId |
The process group ID of this process group.
Definition at line 58 of file PosixProcess.h.
Referenced by PosixProcess::PosixProcess(), and WaitCleanup::terminated().