SpinLockCLSize Class Reference

#include <spinlock.hpp>

Public Member Functions

 SpinLockCLSize ()
 
bool trylock ()
 
void lock ()
 
void unlock ()
 

Detailed Description

Definition at line 24 of file spinlock.hpp.

Constructor & Destructor Documentation

◆ SpinLockCLSize()

SpinLockCLSize::SpinLockCLSize ( )
inline

Definition at line 34 of file spinlock.hpp.

Member Function Documentation

◆ lock()

void SpinLockCLSize::lock ( )
inline

Definition at line 41 of file spinlock.hpp.

Here is the call graph for this function:

◆ trylock()

bool SpinLockCLSize::trylock ( )
inline

Definition at line 39 of file spinlock.hpp.

◆ unlock()

void SpinLockCLSize::unlock ( )
inline

Definition at line 47 of file spinlock.hpp.


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