ReadWriteLock Class Reference
#include <_thread.h>
List of all members.
Detailed Description
Definition at line 458 of file _thread.h.
Constructor & Destructor Documentation
ReadWriteLock::ReadWriteLock |
( |
|
) |
[inline] |
ReadWriteLock::~ReadWriteLock |
( |
|
) |
[inline] |
Member Function Documentation
void ReadWriteLock::LockRead |
( |
void |
|
) |
[inline] |
void ReadWriteLock::LockWrite |
( |
void |
|
) |
[inline] |
bool ReadWriteLock::TryLockRead |
( |
void |
|
) |
[inline] |
bool ReadWriteLock::TryLockWrite |
( |
void |
|
) |
[inline] |
void ReadWriteLock::UnLockRead |
( |
void |
|
) |
[inline] |
void ReadWriteLock::UnLockWrite |
( |
void |
|
) |
[inline] |
The documentation for this class was generated from the following file: