OpenDaVINCI
4.16.0
|
#include <WIN32Mutex.h>
Public Member Functions | |
virtual | ~WIN32Mutex () |
virtual void | lock () |
virtual bool | tryLock () |
virtual void | unlock () |
std::mutex & | getNativeMutex () |
Protected Member Functions | |
WIN32Mutex () | |
Friends | |
class | MutexFactoryWorker< SystemLibraryWin32 > |
class | WIN32Condition |
This class implements a mutex for protecting parts using pthread.
|
protected |
|
virtual |
mutex & odcore::wrapper::WIN32Impl::WIN32Mutex::getNativeMutex | ( | ) |
|
virtual |
This method locks a wrapped mutex.
Implements odcore::wrapper::Mutex.
|
virtual |
This method tries to lock a wrapped mutex.
Implements odcore::wrapper::Mutex.
|
virtual |
This method unlocks a wrapped mutex.
Implements odcore::wrapper::Mutex.
|
friend |
|
friend |