| 630 | */ |
| 631 | |
| 632 | void handler(const SignalInformation& signalInformation) |
| 633 | { |
| 634 | testStepsRunner(handlerStepsRange, ThisThread::get(), &signalInformation); |
| 635 | } |
| 636 | |
| 637 | /*---------------------------------------------------------------------------------------------------------------------+ |
| 638 | | local objects |
nothing calls this directly
no test coverage detected