|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::IProcess Class ReferenceProcess base interface, must be implemented for all OS.
More...
#include <thread.h>
List of all members.
Detailed Description
Process base interface, must be implemented for all OS.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2000
Definition at line 149 of file thread.h.
Member Function Documentation
virtual uint64 NLMISC::IProcess::getCPUMask |
( |
|
) |
[pure virtual] |
|
|
Return process CPU mask.
Each bit stand for a CPU usable by the process threads. Not implemented under Linux. |
IProcess* NLMISC::IProcess::getCurrentProcess |
( |
|
) |
[static] |
|
|
Return a pointer on the current process.
Implemented in the derived class. |
The documentation for this class was generated from the following file:
|
|