|
tobicore
7.0.0
|
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 |
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.