#include "OW_config.h"
#include "OW_MutexImpl.hpp"
#include <cerrno>
#include <cassert>
Include dependency graph for OW_MutexImpl.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
namespace | OW_NAMESPACE::MutexImpl |
Functions | |
int | OW_NAMESPACE::MutexImpl::createMutex (Mutex_t &handle) |
Create a platform specific mutext handle. | |
int | OW_NAMESPACE::MutexImpl::destroyMutex (Mutex_t &handle) |
Destroy a mutex previously created with createMutex. | |
int | OW_NAMESPACE::MutexImpl::acquireMutex (Mutex_t &handle) |
Acquire the mutex specified by a given mutex handle. | |
int | OW_NAMESPACE::MutexImpl::releaseMutex (Mutex_t &handle) |
Release a mutex that was previously acquired with the acquireMutex method. |