CppELib 1.7.0
Loading...
Searching...
No Matches
Mutex.h File Reference
#include "Timeout.h"
#include "OSWrapperError.h"

Go to the source code of this file.

Classes

class  OSWrapper::Mutex
 Abstract class that has functions of common RTOS's mutex. More...
 
class  OSWrapper::LockGuard
 RAII wrapper of Mutex. More...
 
struct  OSWrapper::LockGuard::AdoptLock
 

Namespaces

namespace  OSWrapper
 OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag, message queue, memory pool, etc.
 

Functions

void OSWrapper::registerMutexFactory (MutexFactory *factory)
 Register the MutexFactory.