#include <mutex.h>
Public Member Functions | |
void | init () throw (char*) |
void | lock () throw (char*) |
bool | trylock () throw (char*) |
void | unlock () throw (char*) |
void | destroy () throw (char*) |
void beecrypt::mutex::init | ( | ) | throw (char*) [inline] |
void beecrypt::mutex::lock | ( | ) | throw (char*) [inline] |
bool beecrypt::mutex::trylock | ( | ) | throw (char*) [inline] |
void beecrypt::mutex::unlock | ( | ) | throw (char*) [inline] |
void beecrypt::mutex::destroy | ( | ) | throw (char*) [inline] |