STLdoc
STLdocumentation
|
#include <thr/xthreads.h>
Namespaces | |
stdext | |
stdext::threads | |
Macros | |
#define | _THR_ONCE |
Typedefs | |
typedef ::_Once_flag | stdext::threads::once_flag |
Functions | |
void | stdext::threads::call_once (_Once_callback_t _Func, _Once_flag &_Flag) |
Variables | |
const _Once_flag | stdext::threads::once_init = _ONCE_FLAG_INIT |
#define _THR_ONCE |