tobicore
7.0.0
|
pthread mutex More...
#include <tobiplatform/TPMutex.hpp>
Public Member Functions | |
void | Lock (void) |
void | Release (void) |
bool | TryLock (void) |
Protected Attributes | |
pthread_mutex_t | _mutex |
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.