MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpSystem_ShutdownCrashCatcher

Function BfpSystem_ShutdownCrashCatcher

BeefySysLib/platform/win/Platform.cpp:1032–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032BFP_EXPORT void BFP_CALLTYPE BfpSystem_ShutdownCrashCatcher()
1033{
1034 if (CrashCatcher::Shutdown())
1035 {
1036 _set_purecall_handler(nullptr);
1037 _set_invalid_parameter_handler(nullptr);
1038 signal(SIGABRT, sOldSIGABRTHandler);
1039 }
1040}
1041
1042BFP_EXPORT uint32 BFP_CALLTYPE BfpSystem_TickCount()
1043{

Callers 1

ShutdownCrashCatcherMethod · 0.50

Calls 2

_set_purecall_handlerFunction · 0.85

Tested by

no test coverage detected