clan::Mutex Class Reference

Mutex class. More...

#include <mutex.h>

Public Member Functions

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

Detailed Description

Mutex class.


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