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

CL_Mutex_BeOS Class Reference

#include <mutex_beos.h>

Inheritance diagram for CL_Mutex_BeOS:

Inheritance graph
[legend]
Collaboration diagram for CL_Mutex_BeOS:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_Mutex_BeOS ()
virtual ~CL_Mutex_BeOS ()
virtual void enter ()
virtual void leave ()
virtual void wait ()
virtual void notify ()
virtual void notify_all ()

Private Attributes

sem_id sem
thread_id owner

Constructor & Destructor Documentation

CL_Mutex_BeOS::CL_Mutex_BeOS ( )
 

virtual CL_Mutex_BeOS::~CL_Mutex_BeOS ( ) [virtual]
 


Member Function Documentation

virtual void CL_Mutex_BeOS::enter ( ) [virtual]
 

Reimplemented from CL_Mutex.

virtual void CL_Mutex_BeOS::leave ( ) [virtual]
 

Reimplemented from CL_Mutex.

virtual void CL_Mutex_BeOS::notify ( ) [virtual]
 

Reimplemented from CL_Mutex.

virtual void CL_Mutex_BeOS::notify_all ( ) [virtual]
 

Reimplemented from CL_Mutex.

virtual void CL_Mutex_BeOS::wait ( ) [virtual]
 

Reimplemented from CL_Mutex.


Member Data Documentation

thread_id CL_Mutex_BeOS::owner [private]
 

Definition at line 37 of file mutex_beos.h.

sem_id CL_Mutex_BeOS::sem [private]
 

Definition at line 36 of file mutex_beos.h.


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