Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

MutexImpl.hpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/ThreadTypes.hpp"

Include dependency graph for MutexImpl.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  BLOCXX_NAMESPACE
namespace  BLOCXX_NAMESPACE::MutexImpl

Functions

int BLOCXX_NAMESPACE::MutexImpl::createMutex (Mutex_t &handle)
 Create a platform specific mutext handle.
int BLOCXX_NAMESPACE::MutexImpl::destroyMutex (Mutex_t &handle)
 Destroy a mutex previously created with createMutex.
int BLOCXX_NAMESPACE::MutexImpl::acquireMutex (Mutex_t &handle)
 Acquire the mutex specified by a given mutex handle.
int BLOCXX_NAMESPACE::MutexImpl::releaseMutex (Mutex_t &handle)
 Release a mutex that was previously acquired with the acquireMutex method.


Generated on Tue Sep 13 00:00:15 2005 for blocxx by  doxygen 1.4.4