Interrupt Condition specialized for ARM processors.
More...
#include <arm_interrupt_condition.hpp>
|
| template<typename TLock > |
| void | wait (TLock &lock) noexcept |
| |
| void | notify_one () const noexcept |
| |
| void | notify_all () const noexcept |
| |
Interrupt Condition specialized for ARM processors.
◆ notify_all()
| void ARMInterruptConditionVariable::notify_all |
( |
| ) |
const |
|
inlinenoexcept |
◆ notify_one()
| void ARMInterruptConditionVariable::notify_one |
( |
| ) |
const |
|
inlinenoexcept |
◆ wait()
template<typename TLock >
| void ARMInterruptConditionVariable::wait |
( |
TLock & |
lock | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: