#include <thread/YiReadWriteMutex.h>
Public Member Functions | |
| CYIReadWriteMutex () | |
| ~CYIReadWriteMutex () | |
| bool | LockRead () |
| bool | LockWrite () |
| bool | TryLockRead () |
| bool | TryLockWrite () |
| bool | Unlock () |
| CYIReadWriteMutex::CYIReadWriteMutex | ( | ) |
| CYIReadWriteMutex::~CYIReadWriteMutex | ( | ) |
| bool CYIReadWriteMutex::LockRead | ( | ) |
| bool CYIReadWriteMutex::LockWrite | ( | ) |
| bool CYIReadWriteMutex::TryLockRead | ( | ) |
| bool CYIReadWriteMutex::TryLockWrite | ( | ) |
| bool CYIReadWriteMutex::Unlock | ( | ) |