Embedded Template Library  1.0
etl::mutex Class Reference

This mutex class is implemented using FreeRTOS's mutexes. More...

#include <mutex_freertos.h>

Public Member Functions

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

Detailed Description

This mutex class is implemented using FreeRTOS's mutexes.

This mutex class is implemented using std::mutex.

This mutex class is implemented using GCC's __sync functions.


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