SXMutex.h File Reference

Go to the source code of this file.

Classes

class  SXMutex
 An SXMutex implements a standard readers/writers exclusion scheme: any number of shared-lock threads may hold the lock at one time, during which time exclusive-lock threads are blocked; only one exclusive-lock thread may hold the lock at a time, during which all other lock-requesting threads are blocked. More...
class  SXMutexGuard< lockMode >
 Guard class for acquisition of an SXMutex. More...

Typedefs

typedef SXMutexGuard< LOCKMODE_S > SXMutexSharedGuard
typedef SXMutexGuard< LOCKMODE_X > SXMutexExclusiveGuard


Typedef Documentation

typedef SXMutexGuard<LOCKMODE_X> SXMutexExclusiveGuard

Definition at line 149 of file SXMutex.h.

typedef SXMutexGuard<LOCKMODE_S> SXMutexSharedGuard

Definition at line 148 of file SXMutex.h.


Generated on Mon Jun 22 04:00:23 2009 for Fennel by  doxygen 1.5.1