Botan 3.7.1
Crypto and TLS for C&
|
#include <rwlock.h>
Public Member Functions | |
void | lock () |
void | lock_shared () |
RWLock () | |
void | unlock () |
void | unlock_shared () |
Botan::RWLock::RWLock | ( | ) |
Definition at line 11 of file rwlock.cpp.
void Botan::RWLock::lock | ( | ) |
Definition at line 13 of file rwlock.cpp.
References lock().
Referenced by lock(), lock_shared(), unlock(), and unlock_shared().
void Botan::RWLock::lock_shared | ( | ) |
Definition at line 30 of file rwlock.cpp.
References lock().
void Botan::RWLock::unlock | ( | ) |
Definition at line 24 of file rwlock.cpp.
References lock().
void Botan::RWLock::unlock_shared | ( | ) |
Definition at line 40 of file rwlock.cpp.
References lock().