MCPcopy Create free account
hub / github.com/axmolengine/axmol / killCurrentProcess

Function killCurrentProcess

core/base/Utils.cpp:786–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void killCurrentProcess()
787{
788#if !defined(_WIN32)
789 ::kill(::getpid(), SIGKILL);
790#else
791 ::TerminateProcess(::GetCurrentProcess(), SIGTERM);
792#endif
793}
794
795std::string urlEncode(std::string_view s)
796{

Callers 4

DriverGLMethod · 0.85
cleanupDirectorMethod · 0.85
initWithRectMethod · 0.85
traverseTestListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected