Contents User Forum Source Index APIs by Task APIs by Level Data


G3D::GMutex Class Reference

Mutual exclusion lock used for synchronization. More...

#include <GThread.h>

List of all members.

Public Member Functions

 GMutex ()
void lock ()
void unlock ()
 ~GMutex ()


Detailed Description

Mutual exclusion lock used for synchronization.

See also:
G3D::GThread, G3D::AtomicInt32


Constructor & Destructor Documentation

G3D::GMutex::GMutex (  ) 

G3D::GMutex::~GMutex (  ) 


Member Function Documentation

void G3D::GMutex::lock (  ) 

Locks the mutex or blocks until available.

void G3D::GMutex::unlock (  ) 

Unlocks the mutex.


The documentation for this class was generated from the following file:
Generated on Thu Aug 2 11:40:46 2007 for G3D by doxygen 1.5.2
Hosted by SourceForge.net Logo