|
OpenRTM-aist
1.1.2
|
#include <Mutex.h>
Public Member Functions | |
| Mutex (const char *const name=0) | |
| Constructor. More... | |
| ~Mutex () | |
| Destructor. More... | |
| void | lock () |
| Mutual exclusion lock. More... | |
| bool | trylock () |
| Mutual exclusion non-blocking lock. More... | |
| void | unlock () |
| Mutual exclusion unlock. More... | |
Public Attributes | |
| pthread_mutex_t | mutex_ |
| Mutual exclusion object. More... | |
Mutex class.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11