STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Member Functions
|
List of all members
_Shared_ptr_spin_lock Struct Reference
Public Member Functions
_Shared_ptr_spin_lock
()
~_Shared_ptr_spin_lock
()
_NOEXCEPT
Constructor & Destructor Documentation
_Shared_ptr_spin_lock::_Shared_ptr_spin_lock
(
)
inline
2005
{
// lock the spin lock
2006
_Lock_shared_ptr_spin_lock
();
2007
}
_Lock_shared_ptr_spin_lock
_EXTERN_C _CRTIMP2_PURE void __cdecl _Lock_shared_ptr_spin_lock()
_Shared_ptr_spin_lock::~_Shared_ptr_spin_lock
(
)
inline
2010
{
// unlock the spin lock
2011
_Unlock_shared_ptr_spin_lock
();
2012
}
_Unlock_shared_ptr_spin_lock
_CRTIMP2_PURE void __cdecl _Unlock_shared_ptr_spin_lock()
The documentation for this struct was generated from the following file:
VS2015/inc/
memory
Generated on Mon Jul 24 2017 18:16:08 for STLdoc by
1.8.8