MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / getSignalAction

Method getSignalAction

source/synchronization/SignalsReceiverControlBlock.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113std::pair<int, SignalAction> SignalsReceiverControlBlock::getSignalAction(const uint8_t signalNumber) const
114{
115 if (signalsCatcherControlBlock_ == nullptr)
116 return {ENOTSUP, {}};
117
118 return signalsCatcherControlBlock_->getAssociation(signalNumber);
119}
120
121SignalSet SignalsReceiverControlBlock::getSignalMask() const
122{

Callers 2

getSignalActionFunction · 0.80
deliverSignalsFunction · 0.80

Calls 1

getAssociationMethod · 0.80

Tested by

no test coverage detected