#include <mutex.h>
Public Member Functions | |
| RWLock () | |
| ~RWLock () | |
| void | reader_lock () |
| void | reader_unlock () |
| bool | reader_trylock () |
| void | writer_lock () |
| void | writer_unlock () |
| bool | writer_trylock () |
Classes | |
| class | ReaderLock |
| class | WriterLock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6