commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
commore::Mutex::Impl Class Reference

#include <MutexImpl.h>

Public Member Functions

 Impl (const char *name, bool create)
 
 ~Impl ()
 
bool lock ()
 
bool try_lock ()
 
bool lock (TimePeriod timeout)
 
bool unlock ()
 
bool is_ok ()
 

Constructor & Destructor Documentation

Mutex::Impl::Impl ( const char *  name,
bool  create 
)
Mutex::Impl::~Impl ( )

Member Function Documentation

bool Mutex::Impl::is_ok ( )
bool Mutex::Impl::lock ( )
bool Mutex::Impl::lock ( TimePeriod  timeout)
bool Mutex::Impl::try_lock ( )
bool Mutex::Impl::unlock ( )

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