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

#include <FreeRTOSMutex.h>

Public Member Functions

 FreeRTOSRecursiveMutex ()
 
 ~FreeRTOSRecursiveMutex ()
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
 FreeRTOSRecursiveMutex (const FreeRTOSRecursiveMutex &)=delete
 
FreeRTOSRecursiveMutexoperator= (const FreeRTOSRecursiveMutex &)=delete
 

Constructor & Destructor Documentation

◆ FreeRTOSRecursiveMutex() [1/2]

dmq::FreeRTOSRecursiveMutex::FreeRTOSRecursiveMutex ( )
inline

◆ ~FreeRTOSRecursiveMutex()

dmq::FreeRTOSRecursiveMutex::~FreeRTOSRecursiveMutex ( )
inline

◆ FreeRTOSRecursiveMutex() [2/2]

dmq::FreeRTOSRecursiveMutex::FreeRTOSRecursiveMutex ( const FreeRTOSRecursiveMutex & )
delete

Member Function Documentation

◆ lock()

void dmq::FreeRTOSRecursiveMutex::lock ( )
inline

◆ operator=()

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

◆ try_lock()

bool dmq::FreeRTOSRecursiveMutex::try_lock ( )
inline

◆ unlock()

void dmq::FreeRTOSRecursiveMutex::unlock ( )
inline

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