cwidget::threads::mutex::try_lock Class Reference
Represents a non-blocking
lock on a mutex.
More...
#include <threads.h>
List of all members.
|
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: