![]() |
Realm
A distributed, event-based tasking library
|
#include <mutex.h>
Public Member Functions | |
| AutoLock (LT &_mutex) | |
| ~AutoLock () | |
| void | release () |
| void | reacquire () |
Protected Attributes | |
| LT & | mutex |
| bool | held |
| Realm::AutoLock< LT >::AutoLock | ( | LT & | _mutex | ) |
| Realm::AutoLock< LT >::~AutoLock | ( | ) |
| void Realm::AutoLock< LT >::reacquire | ( | ) |
| void Realm::AutoLock< LT >::release | ( | ) |
|
protected |
|
protected |