MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / signal_handler

Method signal_handler

src/backward.h:4453–4457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4451 }
4452
4453 static inline void signal_handler(int)
4454 {
4455 crash_handler(signal_skip_recs);
4456 abort();
4457 }
4458
4459 static inline void __cdecl invalid_parameter_handler(
4460 const wchar_t*,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected