#include <synchro.h>
Public Member Functions | |
void | lock (void) |
void | unlock (void) |
bool | trylock (void) |
Semantics: true if the lock is busy, false if it could be locked. | |
Classes | |
struct | exception_t |
void rpa::mutex_void::lock | ( | void | ) | [inline] |
bool rpa::mutex_void::trylock | ( | void | ) | [inline] |
Semantics: true if the lock is busy, false if it could be locked.
void rpa::mutex_void::unlock | ( | void | ) | [inline] |