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