#include <mutex.h>
◆ native_handle_type
◆ recursive_timed_mutex() [1/2]
rl::util::xenomai::recursive_timed_mutex::recursive_timed_mutex |
( |
| ) |
|
|
default |
◆ recursive_timed_mutex() [2/2]
◆ ~recursive_timed_mutex()
rl::util::xenomai::recursive_timed_mutex::~recursive_timed_mutex |
( |
| ) |
|
|
default |
◆ lock()
void rl::util::xenomai::recursive_timed_mutex::lock |
( |
| ) |
|
|
inline |
◆ native_handle()
◆ operator=()
◆ try_lock()
bool rl::util::xenomai::recursive_timed_mutex::try_lock |
( |
| ) |
|
|
inline |
◆ try_lock_for()
template<class Rep , class Period >
bool rl::util::xenomai::recursive_timed_mutex::try_lock_for |
( |
const ::std::chrono::duration< Rep, Period > & |
rtime | ) |
|
|
inline |
◆ try_lock_until()
template<class Clock , class Duration >
bool rl::util::xenomai::recursive_timed_mutex::try_lock_until |
( |
const ::std::chrono::time_point< Clock, Duration > & |
atime | ) |
|
|
inline |
◆ unlock()
void rl::util::xenomai::recursive_timed_mutex::unlock |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: