unixstl/synch/process_mutex.hpp File Reference


Detailed Description

[C++ only] Definition of the unixstl::process_mutex class (Synchronisation Library).

#include <unixstl/unixstl.h>
#include <unixstl/synch/util/features.h>
#include <unixstl/synch/error/exceptions.hpp>
#include <stlsoft/smartptr/scoped_handle.hpp>
#include <stlsoft/synch/concepts.hpp>
#include <errno.h>
#include <pthread.h>

Go to the source code of this file.

Namespaces

namespace  unixstl

Classes

class  process_mutex
 This class provides an implementation of the mutex model based on the PTHREADS pthread_mutex_t. More...
struct  process_mutex_lock_traits
 Traits for the process_mutex class. More...

Functions

void lock_instance (unixstl_ns_qual(process_mutex)&mx)
 This control shim aquires a lock on the given mutex.
void unlock_instance (unixstl_ns_qual(process_mutex)&mx)
 This control shim releases a lock on the given mutex.


Generated on Thu Jun 10 08:58:00 2010 for STLSoft by  doxygen 1.5.6