<mi32/readwritelock.h> More...
#include <mi32/stddefns.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 |
Definition for Read / Write Syncronization locks
| #define CLASSLIBEXPORT MI_DLLCLASSIMPORT |
1.6.1