stdext::threads::_Mutex_base::_Mutex_base |
( |
int |
_Type | ) |
|
|
inline |
#define mtx_init(mtx, typ)
Definition: threads.h:45
Definition: xthreads.h:17
_In_ wctype_t _Type
Definition: ctype.h:205
_CRTIMP2_PURE void __cdecl _Throw_lock_error()
mtx_t _Mtx
Definition: xmutex:291
stdext::threads::_Mutex_base::~_Mutex_base |
( |
| ) |
|
|
inline |
#define mtx_destroy(mtx)
Definition: threads.h:46
mtx_t _Mtx
Definition: xmutex:291
stdext::threads::_Mutex_base::_Mutex_base |
( |
const _Mutex_base & |
| ) |
|
|
private |
int stdext::threads::_Mutex_base::lock |
( |
| ) |
|
|
inline |
#define mtx_lock(mtx)
Definition: threads.h:48
mtx_t _Mtx
Definition: xmutex:291
int stdext::threads::_Mutex_base::timed_lock |
( |
const xtime & |
_Xt | ) |
|
|
inline |
#define mtx_timedlock(mtx, tm)
Definition: threads.h:50
mtx_t _Mtx
Definition: xmutex:291
int stdext::threads::_Mutex_base::try_lock |
( |
| ) |
|
|
inline |
#define mtx_trylock(mtx)
Definition: threads.h:49
mtx_t _Mtx
Definition: xmutex:291
int stdext::threads::_Mutex_base::unlock |
( |
| ) |
|
|
inline |
#define mtx_unlock(mtx)
Definition: threads.h:51
mtx_t _Mtx
Definition: xmutex:291
mtx_t stdext::threads::_Mutex_base::_Mtx |
The documentation for this class was generated from the following file: