proxygen
folly::SpinLockArray< T, N >::PaddedSpinLock Struct Reference

Public Member Functions

 PaddedSpinLock ()
 

Public Attributes

T lock
 
char padding [64-sizeof(T)]
 

Detailed Description

template<class T, size_t N>
struct folly::SpinLockArray< T, N >::PaddedSpinLock

Definition at line 139 of file MicroSpinLock.h.

Constructor & Destructor Documentation

template<class T , size_t N>
folly::SpinLockArray< T, N >::PaddedSpinLock::PaddedSpinLock ( )
inline

Definition at line 140 of file MicroSpinLock.h.

Member Data Documentation

template<class T , size_t N>
T folly::SpinLockArray< T, N >::PaddedSpinLock::lock

Definition at line 141 of file MicroSpinLock.h.

template<class T , size_t N>
char folly::SpinLockArray< T, N >::PaddedSpinLock::padding[64-sizeof(T)]

Definition at line 142 of file MicroSpinLock.h.


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