arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
StdMutex Class Reference

Mutex implemntation based on std::mutex. More...

#include <Mutex.h>

Inheritance diagram for StdMutex:
MutexBase

Public Member Functions

void lock () override
 
void unlock () override
 

Protected Attributes

std::mutex std_mutex
 

Detailed Description

Mutex implemntation based on std::mutex.

Author
Phil Schatzmann

Member Function Documentation

◆ lock()

void lock ( )
inlineoverridevirtual

Reimplemented from MutexBase.

◆ unlock()

void unlock ( )
inlineoverridevirtual

Reimplemented from MutexBase.

Member Data Documentation

◆ std_mutex

std::mutex std_mutex
protected

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