Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_Thread_Posix Class Reference

#include <thread_pthread.h>

Inheritance diagram for CL_Thread_Posix:

Inheritance graph
[legend]
Collaboration diagram for CL_Thread_Posix:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Private Attributes

CL_Runnablerunnable
pthread_t thread
bool running

Static Private Methods

void* run_init (void *self)

Constructor & Destructor Documentation

CL_Thread_Posix::CL_Thread_Posix ( CL_Runnable * runnable )
 

virtual CL_Thread_Posix::~CL_Thread_Posix ( ) [virtual]
 


Member Function Documentation

void* CL_Thread_Posix::run_init ( void * self ) [static, private]
 

virtual void CL_Thread_Posix::start ( ) [virtual]
 

Reimplemented from CL_Thread.

virtual void CL_Thread_Posix::terminate ( ) [virtual]
 

Reimplemented from CL_Thread.

virtual void CL_Thread_Posix::wait ( ) [virtual]
 

Reimplemented from CL_Thread.


Member Data Documentation

CL_Runnable* CL_Thread_Posix::runnable [private]
 

Definition at line 31 of file thread_pthread.h.

bool CL_Thread_Posix::running [private]
 

Definition at line 33 of file thread_pthread.h.

pthread_t CL_Thread_Posix::thread [private]
 

Definition at line 32 of file thread_pthread.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:35 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001