Control Surface  1.2.0
MIDI Control Surface library for Arduino
Public Member Functions | List of all members
EmptyMutex Struct Reference

Mutex that doesn't lock anything, used on single-core systems. More...

#include <AH/Containers/Mutex.hpp>

+ Collaboration diagram for EmptyMutex:

Public Member Functions

void lock ()
 
void unlock ()
 

Detailed Description

Mutex that doesn't lock anything, used on single-core systems.

Definition at line 4 of file Mutex.hpp.

Member Function Documentation

◆ lock()

void lock ( )
inline

Definition at line 5 of file Mutex.hpp.

◆ unlock()

void unlock ( )
inline

Definition at line 6 of file Mutex.hpp.


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