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

#include <concrt.h>

Classes

class  _Scoped_lock
 

Public Member Functions

_CONCRTIMP _NonReentrantPPLLock ()
 
 _NonReentrantPPLLock (const _NonReentrantPPLLock &)=delete
 
_NonReentrantPPLLockoperator= (const _NonReentrantPPLLock &)=delete
 
_CONCRTIMP void _Acquire (void *_Lock_node)
 
_CONCRTIMP void _Release ()
 

Private Attributes

::Concurrency::critical_section _M_criticalSection
 

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::details::_NonReentrantPPLLock::_NonReentrantPPLLock ( )
Concurrency::details::_NonReentrantPPLLock::_NonReentrantPPLLock ( const _NonReentrantPPLLock )
delete

Member Function Documentation

_CONCRTIMP void Concurrency::details::_NonReentrantPPLLock::_Acquire ( void _Lock_node)
_CONCRTIMP void Concurrency::details::_NonReentrantPPLLock::_Release ( )
_NonReentrantPPLLock& Concurrency::details::_NonReentrantPPLLock::operator= ( const _NonReentrantPPLLock )
delete

Member Data Documentation

::Concurrency::critical_section Concurrency::details::_NonReentrantPPLLock::_M_criticalSection
private

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