#include <mingw.mutex.h>
Definition at line 248 of file mingw.mutex.h.
◆ native_handle_type
◆ mutex() [1/2]
| constexpr mingw_stdthread::xp::mutex::mutex |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ mutex() [2/2]
| mingw_stdthread::xp::mutex::mutex |
( |
const mutex & |
| ) |
|
|
delete |
◆ ~mutex()
| mingw_stdthread::xp::mutex::~mutex |
( |
| ) |
|
|
inlinenoexcept |
◆ lock()
| void mingw_stdthread::xp::mutex::lock |
( |
void |
| ) |
|
|
inline |
◆ native_handle()
◆ operator=()
| mutex & mingw_stdthread::xp::mutex::operator= |
( |
const mutex & |
| ) |
|
|
delete |
◆ try_lock()
| bool mingw_stdthread::xp::mutex::try_lock |
( |
void |
| ) |
|
|
inline |
◆ unlock()
| void mingw_stdthread::xp::mutex::unlock |
( |
void |
| ) |
|
|
inline |
◆ vista::condition_variable
◆ mHandle
| CRITICAL_SECTION mingw_stdthread::xp::mutex::mHandle |
|
private |
◆ mOwnerThread
◆ mState
| std::atomic_uchar mingw_stdthread::xp::mutex::mState |
|
private |
The documentation for this class was generated from the following file: