| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ProcessID Namespace ReferenceDetailed Descriptionholds information to identify currently running processAlthough the ProcessID_t enum specifies the maximum number of processes in its NumProcesses value, this doesn't have to correspond to the actual number of active processes. If you want an element of dynamicism to launch and/or close processes at runtime, simply increase the NumProcesses to a higher value so that space can be allocated for those processes in shared memory regions for things like attachment pointers or other per-process data. Not all processes need to have a *named* id, they just need a unique id.
Enumeration Type DocumentationHolds ID number for each process.
Definition at line 23 of file ProcessID.h.
Function Documentation
sets location of shared memory map from IDs to current entry point, this is required to be set up before any entry()'s
Definition at line 39 of file ProcessID.cc.
returns the stack frame which should be set to the entry point of the current function this is only valid if it is called before any shared object processing is done Definition at line 43 of file ProcessID.cc.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:09:13 2007 by Doxygen 1.4.7 |