ClanLib  2.3.7
List of all members
CL_Mutex Class Reference

Mutex class. More...

#include <mutex.h>

Public Member Functions

Construction
 CL_Mutex ()
 Constructs a mutex object. More...
 
 ~CL_Mutex ()
 
Operations
void lock ()
 Lock mutex. More...
 
bool try_lock ()
 Attempt to lock mutex. More...
 
void unlock ()
 Unlock mutex. More...
 

Detailed Description

Mutex class.

Constructor & Destructor Documentation

CL_Mutex::CL_Mutex ( )

Constructs a mutex object.

CL_Mutex::~CL_Mutex ( )

Member Function Documentation

void CL_Mutex::lock ( )

Lock mutex.

bool CL_Mutex::try_lock ( )

Attempt to lock mutex.

void CL_Mutex::unlock ( )

Unlock mutex.


The documentation for this class was generated from the following file: