The Pedigree Project  0.1
Public Attributes | Private Member Functions | List of all members
ProcessGroup Class Reference
+ Collaboration diagram for ProcessGroup:

Public Attributes

int processGroupId
 
PosixProcessLeader
 
List< PosixProcess * > Members
 

Private Member Functions

 ProcessGroup (const ProcessGroup &)
 
ProcessGroupoperator= (ProcessGroup &)
 

Detailed Description

Definition at line 47 of file PosixProcess.h.

Member Data Documentation

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().


The documentation for this class was generated from the following files: