STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Concurrency::details::_SpinLock Class Reference

#include <concrt.h>

Public Member Functions

_CONCRTIMP _SpinLock (volatile long &_Flag)
 
_CONCRTIMP ~_SpinLock ()
 

Private Member Functions

 _SpinLock (const _SpinLock &)
 
void operator= (const _SpinLock &)
 

Private Attributes

volatile long & _M_flag
 

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::details::_SpinLock::_SpinLock ( volatile long &  _Flag)
_CONCRTIMP Concurrency::details::_SpinLock::~_SpinLock ( )
Concurrency::details::_SpinLock::_SpinLock ( const _SpinLock )
private

Member Function Documentation

void Concurrency::details::_SpinLock::operator= ( const _SpinLock )
private

Member Data Documentation

volatile long& Concurrency::details::_SpinLock::_M_flag
private

The documentation for this class was generated from the following file: