RTXI 2.4 The Real-Time eXperiment Interface Documentation |
#include <mutex.h>
Data Structures | |
class | Locker |
Public Types | |
enum | type_t { FAST, RECURSIVE } |
Public Member Functions | |
Mutex (type_t type=FAST) | |
~Mutex (void) | |
void | lock (void) |
void | unlock (void) |
bool | tryLock (void) |
enum Mutex::type_t |
Mutex::Mutex | ( | Mutex::type_t | type = FAST | ) |
void Mutex::lock | ( | void | ) |