FRwLock - read / write lock. More...
#include <fthread.h>
Public Member Functions | |
FRwLock (const char8 *name="FRwLock") | |
FRwLock constructor. | |
~FRwLock () | |
FRwLock destructor. | |
bool | verify () |
Verifies lock. | |
void | waitToRead () |
Sets 'waits to read' state. | |
void | doneReading () |
Sets 'done reading' state. | |
void | waitToWrite () |
Sets 'wait to write' state. | |
void | doneWriting () |
Sets 'done writing' state. |
FRwLock - read / write lock.
bool verify | ( | ) |
Verifies lock.
void waitToRead | ( | ) |
Sets 'waits to read' state.
void doneReading | ( | ) |
Sets 'done reading' state.
void waitToWrite | ( | ) |
Sets 'wait to write' state.
void doneWriting | ( | ) |
Sets 'done writing' state.