LIPH's C++ Codes
liph::spinlock Class Reference

#include <lock.h>

Classes

class  scoped_lock
 

Public Member Functions

bool try_lock () noexcept
 
void lock () noexcept
 
void unlock () noexcept
 

Member Function Documentation

◆ lock()

void liph::spinlock::lock ( )
inlinenoexcept

◆ try_lock()

bool liph::spinlock::try_lock ( )
inlinenoexcept

◆ unlock()

void liph::spinlock::unlock ( )
inlinenoexcept

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