|
HDK
|
#include "UT_API.h"#include "UT_Assert.h"#include "UT_NonCopyable.h"#include <SYS/SYS_Compiler.h>
Include dependency graph for UT_RWLock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_AutoRWLockType< Lock, READMODE > |
| A simple class to hold a rwlock and release it when it goes out of scope. More... | |
| class | UT_RWLock |
| Reader/Writer mutex class. More... | |
Typedefs | |
| typedef UT_AutoRWLockType < UT_RWLock, true > | UT_AutoReadLock |
| typedef UT_AutoRWLockType < UT_RWLock, false > | UT_AutoWriteLock |
| typedef UT_AutoRWLockType<UT_RWLock, true> UT_AutoReadLock |
Definition at line 101 of file UT_RWLock.h.
| typedef UT_AutoRWLockType<UT_RWLock, false> UT_AutoWriteLock |
Definition at line 102 of file UT_RWLock.h.