libstdc++
|
#include <shared_mutex>
Public Member Functions | |
shared_timed_mutex (const shared_timed_mutex &)=delete | |
void | lock () |
void | lock_shared () |
shared_timed_mutex & | operator= (const shared_timed_mutex &)=delete |
bool | try_lock () |
template<typename _Rep , typename _Period > | |
bool | try_lock_for (const chrono::duration< _Rep, _Period > &__rel_time) |
bool | try_lock_shared () |
template<typename _Rep , typename _Period > | |
bool | try_lock_shared_for (const chrono::duration< _Rep, _Period > &__rel_time) |
template<typename _Clock , typename _Duration > | |
bool | try_lock_shared_until (const chrono::time_point< _Clock, _Duration > &__abs_time) |
template<typename _Clock , typename _Duration > | |
bool | try_lock_until (const chrono::time_point< _Clock, _Duration > &__abs_time) |
void | unlock () |
void | unlock_shared () |
The standard shared timed mutex type.
Definition at line 361 of file shared_mutex.
|
inline |
Definition at line 378 of file shared_mutex.
|
inline |
Definition at line 391 of file shared_mutex.
|
inline |
Definition at line 379 of file shared_mutex.
|
inline |
Definition at line 384 of file shared_mutex.
|
inline |
Definition at line 392 of file shared_mutex.
|
inline |
Definition at line 397 of file shared_mutex.
|
inline |
Definition at line 524 of file shared_mutex.
|
inline |
Definition at line 500 of file shared_mutex.
|
inline |
Definition at line 380 of file shared_mutex.
|
inline |
Definition at line 393 of file shared_mutex.