distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
SignalsCatcherControlBlock.cpp File Reference

SignalsCatcherControlBlock class implementation. More...

Include dependency graph for SignalsCatcherControlBlock.cpp:

Namespaces

 distortos
 Top-level namespace of distortos project.
 
 distortos::internal
 Internals of distortos project - should not be used directly!
 

Functions

std::pair< int, SignalInformation > distortos::internal::anonymous_namespace{SignalsCatcherControlBlock.cpp}::acceptPendingUnblockedSignal (SignalsReceiverControlBlock &signalsReceiverControlBlock, const SignalSet signalMask)
 Accepts first pending and unblocked signal. More...
 
SignalsCatcherControlBlock::Association * distortos::internal::anonymous_namespace{SignalsCatcherControlBlock.cpp}::findAssociation (SignalsCatcherControlBlock::Association *const begin, SignalsCatcherControlBlock::Association *const end, const uint8_t signalNumber)
 Tries to find SignalsCatcherControlBlock::Association for given signal number in given range. More...
 
SignalsCatcherControlBlock::Association * distortos::internal::anonymous_namespace{SignalsCatcherControlBlock.cpp}::findAssociation (SignalsCatcherControlBlock::Association *const begin, SignalsCatcherControlBlock::Association *const end, const SignalAction &signalAction)
 Tries to find SignalsCatcherControlBlock::Association for given SignalAction in given range. More...
 
void distortos::internal::anonymous_namespace{SignalsCatcherControlBlock.cpp}::deliverSignals ()
 Delivers all unmasked signals that are pending/queued for current thread. More...
 

Detailed Description

SignalsCatcherControlBlock class implementation.

Author
Copyright (C) 2015-2019 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.