distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
SignalsWaitUnblockFunctor is a functor executed when unblocking a thread that is waiting for signal. More...
Public Member Functions | |
void | operator() (internal::ThreadControlBlock &threadControlBlock, internal::UnblockReason) const override |
SignalsWaitUnblockFunctor's function call operator. More... | |
SignalsWaitUnblockFunctor is a functor executed when unblocking a thread that is waiting for signal.
|
inlineoverride |
SignalsWaitUnblockFunctor's function call operator.
Clears pointer to set of signals that were "waited for".
[in] | threadControlBlock | is a reference to ThreadControlBlock that is being unblocked |
[in] | unblockReason | is the reason of thread unblocking |