mi32/readwritelock.h File Reference

<mi32/readwritelock.h> More...

#include <mi32/stddefns.h>
Include dependency graph for readwritelock.h:

Go to the source code of this file.

Classes

class  MITHREAD::READWRITESYNC
 Read/Writer lock class that implements the read/write lock paradigm. More...
class  MITHREAD::READWRITESYNC::READLOCK
 Read Lock class to obtain and hold a read lock on the READWRITESYNC object until dtor is called Multiple threads can obtain read locks at the same time. More...
class  MITHREAD::READWRITESYNC::WRITELOCK
 Write Lock class to obtain and hold a write lock on the READWRITESYNC object until dtor is called Only one thread can obtain a write lock at a time. More...

Namespaces

namespace  MITHREAD

Defines

#define CLASSLIBEXPORT   MI_DLLCLASSIMPORT

Detailed Description

<mi32/readwritelock.h>

Definition for Read / Write Syncronization locks


Define Documentation

#define CLASSLIBEXPORT   MI_DLLCLASSIMPORT

Generated on Sun Oct 7 21:27:49 2012 for TNTsdk 2012 by  doxygen 1.6.1