Utility class for exception-safe locking of read/write locks.
More...
#include <glibmm/threads.h>
Utility class for exception-safe locking of read/write locks.
- Deprecated:
- Please use std::lock_guard or std::unique_lock instead, with std::shared_timed_mutex.
§ ReaderLock() [1/4]
Glib::Threads::RWLock::ReaderLock::ReaderLock |
( |
RWLock& |
rwlock | ) |
|
|
inlineexplicit |
§ ReaderLock() [2/4]
Glib::Threads::RWLock::ReaderLock::ReaderLock |
( |
RWLock& |
rwlock, |
|
|
NotLock |
|
|
) |
| |
|
inline |
§ ReaderLock() [3/4]
Glib::Threads::RWLock::ReaderLock::ReaderLock |
( |
RWLock& |
rwlock, |
|
|
TryLock |
|
|
) |
| |
|
inline |
§ ReaderLock() [4/4]
§ ~ReaderLock()
Glib::Threads::RWLock::ReaderLock::~ReaderLock |
( |
| ) |
|
|
inline |
§ acquire()
void Glib::Threads::RWLock::ReaderLock::acquire |
( |
| ) |
|
|
inline |
§ locked()
bool Glib::Threads::RWLock::ReaderLock::locked |
( |
| ) |
const |
|
inline |
§ operator=()
§ release()
void Glib::Threads::RWLock::ReaderLock::release |
( |
| ) |
|
|
inline |
§ try_acquire()
bool Glib::Threads::RWLock::ReaderLock::try_acquire |
( |
| ) |
|
|
inline |