#include <locker.h>
Definition at line 38 of file locker.h.
◆ LOCK_STATUS
Enumerator |
---|
LOCK_OK | |
LOCK_TIMEOUT | |
LOCK_FAILED | |
Definition at line 41 of file locker.h.
◆ Locker()
rp::hal::Locker::Locker |
( |
bool |
recusive = false | ) |
|
|
inline |
◆ ~Locker()
rp::hal::Locker::~Locker |
( |
| ) |
|
|
inline |
◆ getLockHandle()
pthread_mutex_t* rp::hal::Locker::getLockHandle |
( |
| ) |
|
|
inline |
◆ init()
void rp::hal::Locker::init |
( |
bool |
recusive | ) |
|
|
inlineprotected |
◆ lock()
◆ release()
void rp::hal::Locker::release |
( |
| ) |
|
|
inlineprotected |
◆ unlock()
void rp::hal::Locker::unlock |
( |
| ) |
|
|
inline |
◆ _lock
pthread_mutex_t rp::hal::Locker::_lock |
|
protected |
The documentation for this class was generated from the following file: