|
Jive reference manual
|
#include <jem/base/Mutex.h>
Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| bool | locked () const |
| bool | tryLock () |
| void | lock () |
| void | unlock () |
Friends | |
| class | Condition |
| class | FastCondition |
| jem::Mutex::Mutex | ( | ) |
| jem::Mutex::~Mutex | ( | ) |
| bool jem::Mutex::locked | ( | ) | const |
| bool jem::Mutex::tryLock | ( | ) |
| void jem::Mutex::lock | ( | ) |
| void jem::Mutex::unlock | ( | ) |
|
friend |
|
friend |