#include <mingw.mutex.h>
Definition at line 331 of file mingw.mutex.h.
◆ native_handle_type
◆ recursive_timed_mutex() [1/2]
◆ recursive_timed_mutex() [2/2]
mingw_stdthread::recursive_timed_mutex::recursive_timed_mutex |
( |
| ) |
|
|
inline |
◆ ~recursive_timed_mutex()
mingw_stdthread::recursive_timed_mutex::~recursive_timed_mutex |
( |
| ) |
|
|
inline |
◆ lock()
void mingw_stdthread::recursive_timed_mutex::lock |
( |
void |
| ) |
|
|
inline |
◆ native_handle()
◆ operator=()
◆ try_lock()
bool mingw_stdthread::recursive_timed_mutex::try_lock |
( |
void |
| ) |
|
|
inline |
◆ try_lock_for()
template<class Rep , class Period >
bool mingw_stdthread::recursive_timed_mutex::try_lock_for |
( |
const std::chrono::duration< Rep, Period > & |
dur | ) |
|
|
inline |
◆ try_lock_until()
template<class Clock , class Duration >
bool mingw_stdthread::recursive_timed_mutex::try_lock_until |
( |
const std::chrono::time_point< Clock, Duration > & |
timeout_time | ) |
|
|
inline |
◆ unlock()
void mingw_stdthread::recursive_timed_mutex::unlock |
( |
void |
| ) |
|
|
inline |
◆ vista::condition_variable
◆ mHandle
HANDLE mingw_stdthread::recursive_timed_mutex::mHandle |
|
protected |
◆ mOwnerThread
_OwnerThread mingw_stdthread::recursive_timed_mutex::mOwnerThread |
|
protected |
The documentation for this class was generated from the following file: