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

_CRTIMP _NonReentrantPPLLock ()
 
_CRTIMP void _Acquire (void *_Lock_node)
 
_CRTIMP void _Release ()
 

Private Attributes

Concurrency::critical_section _M_criticalSection
 

Constructor & Destructor Documentation

_CRTIMP Concurrency::details::_NonReentrantPPLLock::_NonReentrantPPLLock ( )

Member Function Documentation

_CRTIMP void Concurrency::details::_NonReentrantPPLLock::_Acquire ( void _Lock_node)
_CRTIMP void Concurrency::details::_NonReentrantPPLLock::_Release ( )

Member Data Documentation

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

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