SeExpr
Public Member Functions | Private Attributes | List of all members
SeExprInternal2::_SpinLock Class Reference

#include <Platform.h>

Public Member Functions

 _SpinLock ()
 
 ~_SpinLock ()
 
void lock ()
 
void unlock ()
 

Private Attributes

pthread_spinlock_t _spinlock
 

Detailed Description

Definition at line 203 of file Platform.h.

Constructor & Destructor Documentation

SeExprInternal2::_SpinLock::_SpinLock ( )
inline

Definition at line 205 of file Platform.h.

References _spinlock.

SeExprInternal2::_SpinLock::~_SpinLock ( )
inline

Definition at line 206 of file Platform.h.

References _spinlock.

Member Function Documentation

void SeExprInternal2::_SpinLock::lock ( )
inline

Definition at line 207 of file Platform.h.

References _spinlock.

void SeExprInternal2::_SpinLock::unlock ( )
inline

Definition at line 208 of file Platform.h.

References _spinlock.

Member Data Documentation

pthread_spinlock_t SeExprInternal2::_SpinLock::_spinlock
private

Definition at line 211 of file Platform.h.

Referenced by _SpinLock(), lock(), unlock(), and ~_SpinLock().


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