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
1971
{
// lock the spin lock
1972
_Lock_shared_ptr_spin_lock
();
1973
}
_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
1976
{
// unlock the spin lock
1977
_Unlock_shared_ptr_spin_lock
();
1978
}
_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:
VS2013/inc/
memory
Generated on Sun Jul 23 2017 10:01:38 for STLdoc by
1.8.8