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
2435
{
// lock the spin lock
2436
_Lock_shared_ptr_spin_lock
();
2437
}
_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
2440
{
// unlock the spin lock
2441
_Unlock_shared_ptr_spin_lock
();
2442
}
_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:
VS2017/inc/
memory
Generated on Sat Jul 22 2017 14:36:40 for STLdoc by
1.8.8