RAII lock guard for Mutex.
More...
#include <mutex.hpp>
RAII lock guard for Mutex.
◆ Guard() [1/3]
| cortex::tiny_fiber::Mutex::Guard::Guard |
( |
Mutex & |
mutex | ) |
|
|
explicit |
◆ ~Guard()
| cortex::tiny_fiber::Mutex::Guard::~Guard |
( |
| ) |
|
◆ Guard() [2/3]
| cortex::tiny_fiber::Mutex::Guard::Guard |
( |
const Guard & |
| ) |
|
|
delete |
◆ Guard() [3/3]
| cortex::tiny_fiber::Mutex::Guard::Guard |
( |
Guard && |
other | ) |
|
|
noexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
| Guard & cortex::tiny_fiber::Mutex::Guard::operator= |
( |
Guard && |
other | ) |
|
|
noexcept |
◆ ConditionVariable
The documentation for this class was generated from the following file: