DelegateMQ
Loading...
Searching...
No Matches
dmq::ZephyrMutex Class Reference

#include <ZephyrMutex.h>

Public Member Functions

 ZephyrMutex ()
 
 ~ZephyrMutex ()
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
 ZephyrMutex (const ZephyrMutex &)=delete
 
ZephyrMutexoperator= (const ZephyrMutex &)=delete
 

Constructor & Destructor Documentation

◆ ZephyrMutex() [1/2]

dmq::ZephyrMutex::ZephyrMutex ( )
inline

◆ ~ZephyrMutex()

dmq::ZephyrMutex::~ZephyrMutex ( )
inline

◆ ZephyrMutex() [2/2]

dmq::ZephyrMutex::ZephyrMutex ( const ZephyrMutex & )
delete

Member Function Documentation

◆ lock()

void dmq::ZephyrMutex::lock ( )
inline

◆ operator=()

ZephyrMutex & dmq::ZephyrMutex::operator= ( const ZephyrMutex & )
delete

◆ try_lock()

bool dmq::ZephyrMutex::try_lock ( )
inline

◆ unlock()

void dmq::ZephyrMutex::unlock ( )
inline

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