#include <mingw.shared_mutex.h>
Definition at line 251 of file mingw.shared_mutex.h.
◆ Base
◆ counter_type
◆ native_handle_type
◆ lock()
void mingw_stdthread::portable::shared_mutex::lock |
( |
void |
| ) |
|
|
inline |
◆ lock_shared()
void mingw_stdthread::portable::shared_mutex::lock_shared |
( |
void |
| ) |
|
|
inline |
◆ native_handle()
◆ try_lock()
bool mingw_stdthread::portable::shared_mutex::try_lock |
( |
void |
| ) |
|
|
inline |
◆ try_lock_for()
template<class Rep , class Period >
bool mingw_stdthread::shared_timed_mutex::try_lock_for |
( |
const std::chrono::duration< Rep, Period > & |
rel_time | ) |
|
|
inline |
◆ try_lock_shared()
bool mingw_stdthread::portable::shared_mutex::try_lock_shared |
( |
void |
| ) |
|
|
inline |
◆ try_lock_shared_for()
template<class Rep , class Period >
bool mingw_stdthread::shared_timed_mutex::try_lock_shared_for |
( |
const std::chrono::duration< Rep, Period > & |
rel_time | ) |
|
|
inline |
◆ try_lock_shared_until()
template<class Clock , class Duration >
bool mingw_stdthread::shared_timed_mutex::try_lock_shared_until |
( |
const std::chrono::time_point< Clock, Duration > & |
cutoff | ) |
|
|
inline |
◆ try_lock_until()
template<class Clock , class Duration >
bool mingw_stdthread::shared_timed_mutex::try_lock_until |
( |
const std::chrono::time_point< Clock, Duration > & |
cutoff | ) |
|
|
inline |
◆ unlock()
void mingw_stdthread::portable::shared_mutex::unlock |
( |
void |
| ) |
|
|
inline |
◆ unlock_shared()
void mingw_stdthread::portable::shared_mutex::unlock_shared |
( |
void |
| ) |
|
|
inline |
◆ kWriteBit
|
staticconstexprprivateinherited |
◆ mCounter
std::atomic<counter_type> mingw_stdthread::portable::shared_mutex::mCounter |
|
privateinherited |
The documentation for this class was generated from the following file: