Inherits __shared_timed_mutex_base.
The standard shared timed mutex type.
Definition at line 452 of file shared_mutex.
◆ lock()
void std::shared_timed_mutex::lock |
( |
| ) |
|
|
inline |
◆ lock_shared()
void std::shared_timed_mutex::lock_shared |
( |
| ) |
|
|
inline |
◆ try_lock()
bool std::shared_timed_mutex::try_lock |
( |
| ) |
|
|
inline |
◆ try_lock_for()
template<typename _Rep , typename _Period >
bool std::shared_timed_mutex::try_lock_for |
( |
const chrono::duration< _Rep, _Period > & |
__rtime | ) |
|
|
inline |
◆ try_lock_shared()
bool std::shared_timed_mutex::try_lock_shared |
( |
| ) |
|
|
inline |
◆ try_lock_shared_for()
template<typename _Rep , typename _Period >
bool std::shared_timed_mutex::try_lock_shared_for |
( |
const chrono::duration< _Rep, _Period > & |
__rtime | ) |
|
|
inline |
◆ try_lock_shared_until()
template<typename _Clock , typename _Duration >
bool std::shared_timed_mutex::try_lock_shared_until |
( |
const chrono::time_point< _Clock, _Duration > & |
__abs_time | ) |
|
|
inline |
◆ try_lock_until()
template<typename _Clock , typename _Duration >
bool std::shared_timed_mutex::try_lock_until |
( |
const chrono::time_point< _Clock, _Duration > & |
__abs_time | ) |
|
|
inline |
◆ unlock()
void std::shared_timed_mutex::unlock |
( |
| ) |
|
|
inline |
◆ unlock_shared()
void std::shared_timed_mutex::unlock_shared |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: