generic mutex More...
#include <mo_thread.h>
Public Member Functions | |
MoMutex () | |
constructor | |
~MoMutex () | |
destructor | |
void | acquire () |
lock | |
void | release (void) |
unlock | |
Protected Attributes | |
MUTEX | mutex |
generic mutex
MoMutex::MoMutex | ( | ) |
constructor
MoMutex::~MoMutex | ( | ) |
destructor
void MoMutex::acquire | ( | ) |
lock
void MoMutex::release | ( | void | ) |
unlock
MUTEX MoMutex::mutex [protected] |