#include <_rwlock.h>
Public Member Functions | |
write_lock (read_write_lock &x) | |
~read_lock () | |
read_write_lock & | get () |
Private Attributes | |
read_write_lock * | _mtx |
Definition at line 59 of file _rwlock.h.
|
Definition at line 63 of file _rwlock.h. References _mtx, and read_write_lock::lock_write(). |
|
Definition at line 64 of file _rwlock.h. References _mtx, and read_write_lock::unlock_write(). |
|
Definition at line 65 of file _rwlock.h. References _mtx. |
|
Definition at line 61 of file _rwlock.h. Referenced by get(), write_lock(), and ~read_lock(). |