From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03872.html | 94 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 docs/doxygen/nel/a03872.html (limited to 'docs/doxygen/nel/a03872.html') diff --git a/docs/doxygen/nel/a03872.html b/docs/doxygen/nel/a03872.html new file mode 100644 index 00000000..a8a2b20a --- /dev/null +++ b/docs/doxygen/nel/a03872.html @@ -0,0 +1,94 @@ + + +NeL: NLMISC::IProcess class Reference + + + +
+

NLMISC::IProcess Class Reference

#include <thread.h> +

+


Detailed Description

+Process base interface, must be implemented for all OS
Author:
Cyril 'Hulud' Corvazier

+Nevrax France

+
Date:
2000
+ +

+ +

+Definition at line 154 of file thread.h. + + + + + + + +

Public Member Functions

virtual uint64 getCPUMask ()=0

Static Public Member Functions

IProcessgetCurrentProcess ()
+


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. +

+Referenced by NL3D::CZoneLighter::light().

+

+ + + + +
+ + + + + + + + + +
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: +
Generated on Tue Mar 16 13:46:53 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1