Belle II Software  release-08-01-10
MMutex Class Reference

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 MMutexoperator= (const MMutex &)
 

Static Public Member Functions

static size_t size ()
 

Private Attributes

pthread_mutex_t * m_mu
 

Friends

class MCond
 

Detailed Description

Definition at line 26 of file MMutex.h.


The documentation for this class was generated from the following files: