|
libstdc++
|
Public Member Functions | |
| shared_mutex (const shared_mutex &)=delete | |
| void | lock () |
| void | lock_shared () |
| shared_mutex & | operator= (const shared_mutex &)=delete |
| bool | try_lock () |
| bool | try_lock_shared () |
| void | unlock () |
| void | unlock_shared () |
Related Functions | |
(Note that these are not member functions.) | |
| template<typename _Mutex > | |
| void | swap (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept |
The standard shared mutex type.
Definition at line 412 of file shared_mutex.
|
inline |
Definition at line 423 of file shared_mutex.
|
inline |
Definition at line 429 of file shared_mutex.
|
inline |
Definition at line 424 of file shared_mutex.
|
inline |
Definition at line 430 of file shared_mutex.
|
inline |
Definition at line 425 of file shared_mutex.
|
inline |
Definition at line 431 of file shared_mutex.