|
STLdoc
STLdocumentation
|
Classes | |
| class | _Lock_base |
| class | _Mutex_base |
| class | _Scoped_lock |
| class | _Scoped_lock_imp |
| class | _Scoped_timed_lock_imp |
| class | _Scoped_try_lock_imp |
| class | condition |
| class | lock_error |
| class | mutex |
| class | recursive_mutex |
| class | recursive_timed_mutex |
| class | recursive_try_mutex |
| class | thread |
| class | thread_group |
| class | thread_resource_error |
| class | thread_specific_ptr |
| class | timed_mutex |
| class | try_mutex |
Typedefs | |
| typedef ::_Once_flag | once_flag |
Functions | |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL | _Mtx_new (void *&) |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL | _Mtx_delete (void *) |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL | _Mtx_lock (void *) |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL | _Mtx_unlock (void *) |
| template<class _Scopedlock > | |
| void | notify_all_at_thread_exit (condition &_Cond, _Scopedlock &_Lock) |
| _CRTIMP2_PURE void __cdecl | _Throw_lock_error () |
| _CRTIMP2_PURE void __cdecl | _Throw_resource_error () |
| int | _Validate (int _Res) |
| void | call_once (_Once_callback_t _Func, _Once_flag &_Flag) |
Variables | |
| const _Once_flag | once_init = _ONCE_FLAG_INIT |
| typedef ::_Once_flag stdext::threads::once_flag |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL stdext::threads::_Mtx_delete | ( | void * | ) |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL stdext::threads::_Mtx_lock | ( | void * | ) |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL stdext::threads::_Mtx_new | ( | void *& | ) |
| _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL stdext::threads::_Mtx_unlock | ( | void * | ) |
| _CRTIMP2_PURE void __cdecl stdext::threads::_Throw_lock_error | ( | ) |
| _CRTIMP2_PURE void __cdecl stdext::threads::_Throw_resource_error | ( | ) |
|
inline |
| void stdext::threads::notify_all_at_thread_exit | ( | condition & | _Cond, |
| _Scopedlock & | _Lock | ||
| ) |
| const _Once_flag stdext::threads::once_init = _ONCE_FLAG_INIT |
1.8.8