cwidget  0.5.17
Public Member Functions | Friends | List of all members
cwidget::threads::mutex::try_lock Class Reference

Represents a non-blocking lock on a mutex. More...

#include <threads.h>

Public Member Functions

 try_lock (mutex &_parent)
 
void acquire ()
 
void release ()
 
bool get_locked () const
 

Friends

class condition
 

Detailed Description

Represents a non-blocking lock on a mutex.


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