HL::PosixLockType Class Reference

#include <posixlock.h>

List of all members.

Public Member Functions

 PosixLockType (void)
 ~PosixLockType (void)
void lock (void)
void unlock (void)

Private Attributes

union {
   pthread_mutex_t   mutex
   double   _dummy [sizeof(pthread_mutex_t)/sizeof(double)+1]
}; 

Constructor & Destructor Documentation

HL::PosixLockType::PosixLockType ( void   )  [inline]
HL::PosixLockType::~PosixLockType ( void   )  [inline]

Member Function Documentation

void HL::PosixLockType::lock ( void   )  [inline]
void HL::PosixLockType::unlock ( void   )  [inline]

Member Data Documentation

union { ... } [private]
double HL::PosixLockType::_dummy[sizeof(pthread_mutex_t)/sizeof(double)+1]
pthread_mutex_t HL::PosixLockType::mutex

The documentation for this class was generated from the following file:
Generated on Tue Aug 2 11:51:31 2011 for Galois by  doxygen 1.6.3