tobicore  7.0.0
 All Classes Functions Variables Typedefs Enumerator Friends Groups Pages
TPMutex Class Reference

pthread mutex More...

#include <tobiplatform/TPMutex.hpp>

+ Collaboration diagram for TPMutex:

Public Member Functions

void Lock (void)
void Release (void)
bool TryLock (void)

Protected Attributes

pthread_mutex_t _mutex

Detailed Description

pthread mutex

It simply wraps a pthread mutex. Later on it might be used to support other platforms.

Definition at line 33 of file TPMutex.hpp.


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