|
commore
1.0.6-SNAPSHOT
|
#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 () |
| Mutex::Impl::Impl | ( | const char * | name, |
| bool | create | ||
| ) |
| Mutex::Impl::~Impl | ( | ) |
| bool Mutex::Impl::is_ok | ( | ) |
| bool Mutex::Impl::lock | ( | ) |
| bool Mutex::Impl::lock | ( | TimePeriod | timeout | ) |
| bool Mutex::Impl::try_lock | ( | ) |
| bool Mutex::Impl::unlock | ( | ) |