Belle II Software
release-08-01-10
|
Public Member Functions | |
MMutex (void *) | |
MMutex (const MMutex &) | |
bool | init (void *) |
bool | init () |
bool | set (void *) |
bool | lock () |
bool | trylock () |
bool | unlock () |
bool | destroy () |
const MMutex & | operator= (const MMutex &) |
Static Public Member Functions | |
static size_t | size () |
Private Attributes | |
pthread_mutex_t * | m_mu |
Friends | |
class | MCond |