distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
distortos::Semaphore Member List
This is the complete list of members for
distortos::Semaphore
, including all inherited members.
blockedList_
distortos::Semaphore
private
getMaxValue
() const
distortos::Semaphore
inline
getValue
() const
distortos::Semaphore
inline
maxValue_
distortos::Semaphore
private
operator=
(const Semaphore &)=delete (defined in
distortos::Semaphore
)
distortos::Semaphore
operator=
(Semaphore &&)=delete (defined in
distortos::Semaphore
)
distortos::Semaphore
post
()
distortos::Semaphore
Semaphore
(const Value value, const Value maxValue=std::numeric_limits< Value >::max())
distortos::Semaphore
inline
explicit
Semaphore
(const Semaphore &)=delete (defined in
distortos::Semaphore
)
distortos::Semaphore
Semaphore
(Semaphore &&)=default (defined in
distortos::Semaphore
)
distortos::Semaphore
tryWait
()
distortos::Semaphore
tryWaitFor
(TickClock::duration duration)
distortos::Semaphore
tryWaitFor
(const std::chrono::duration< Rep, Period > duration)
distortos::Semaphore
inline
tryWaitInternal
()
distortos::Semaphore
private
tryWaitUntil
(TickClock::time_point timePoint)
distortos::Semaphore
tryWaitUntil
(const std::chrono::time_point< TickClock, Duration > timePoint)
distortos::Semaphore
inline
Value
typedef
distortos::Semaphore
value_
distortos::Semaphore
private
wait
()
distortos::Semaphore
~Semaphore
()=default
distortos::Semaphore
Generated on Sun May 5 2019 16:29:54 for distortos by
1.8.15