STLdoc
STLdocumentation
|
Public Types | |
typedef recursive_try_mutex | _Myt |
typedef _Scoped_lock_imp< _Myt > | scoped_lock |
typedef _Scoped_try_lock_imp< _Myt > | scoped_try_lock |
Public Member Functions | |
recursive_try_mutex () | |
Private Member Functions | |
recursive_try_mutex (const _Myt &) | |
_Myt & | operator= (const _Myt &) |
Private Member Functions inherited from stdext::threads::_Mutex_base | |
_Mutex_base (int _Type) | |
~_Mutex_base () _NOEXCEPT | |
int | lock () |
int | try_lock () |
int | timed_lock (const xtime &_Xt) |
int | unlock () |
Additional Inherited Members | |
Private Attributes inherited from stdext::threads::_Mutex_base | |
mtx_t | _Mtx |
|
inline |
|
private |