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/class_CL_Thread_Win32.html | 382 ++++++++++++++++++++++++++++ 1 file changed, 382 insertions(+) create mode 100644 docs/doxygen/nel/class_CL_Thread_Win32.html (limited to 'docs/doxygen/nel/class_CL_Thread_Win32.html') diff --git a/docs/doxygen/nel/class_CL_Thread_Win32.html b/docs/doxygen/nel/class_CL_Thread_Win32.html new file mode 100644 index 00000000..2e12d58c --- /dev/null +++ b/docs/doxygen/nel/class_CL_Thread_Win32.html @@ -0,0 +1,382 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

CL_Thread_Win32 Class Reference

#include <thread_win32.h> +

+Inheritance diagram for CL_Thread_Win32

Inheritance graph
+ + + +
[legend]
Collaboration diagram for CL_Thread_Win32:

Collaboration graph
+ + + + +
[legend]
List of all members. + + + + + + + + + + + + +

Public Methods

 CL_Thread_Win32 (CL_Runnable *runnable)
virtual ~CL_Thread_Win32 ()
virtual void start ()
virtual void terminate ()
virtual void wait ()

Private Attributes

HANDLE thread_handle
DWORD thread_id
CL_Runnablerunnable

Static Private Methods

unsigned long __stdcall func_proxy (void *arg)
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+CL_Thread_Win32::CL_Thread_Win32 ( + +CL_Runnable * runnable ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 21 of file thread_win32.cpp.

+

+ + + + +
+ + + + + + +
+CL_Thread_Win32::~CL_Thread_Win32 ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 27 of file thread_win32.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+unsigned long CL_Thread_Win32::func_proxy ( + +void * arg ) [static, private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 32 of file thread_win32.cpp.

+

+ + + + +
+ + + + + + +
+void CL_Thread_Win32::start ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CL_Thread. +

+Definition at line 40 of file thread_win32.cpp.

+

+ + + + +
+ + + + + + +
+void CL_Thread_Win32::terminate ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CL_Thread. +

+Definition at line 49 of file thread_win32.cpp. +

+Referenced by ~CL_Thread_Win32().

+

+ + + + +
+ + + + + + +
+void CL_Thread_Win32::wait ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CL_Thread. +

+Definition at line 56 of file thread_win32.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CL_Runnable * CL_Thread_Win32::runnable [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 36 of file thread_win32.h.

+

+ + + + +
+ + + + + +
+HANDLE CL_Thread_Win32::thread_handle [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 34 of file thread_win32.h.

+

+ + + + +
+ + + + + +
+DWORD CL_Thread_Win32::thread_id [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file thread_win32.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1