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

Function Abort

tests/gtest/gtest-all.cc:10971–10974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10969#if GTEST_OS_WINDOWS_MOBILE
10970namespace posix {
10971void Abort() {
10972 DebugBreak();
10973 TerminateProcess(GetCurrentProcess(), 1);
10974}
10975} // namespace posix
10976#endif // GTEST_OS_WINDOWS_MOBILE
10977

Callers 4

gtest-all.ccFile · 0.70
DeathTestAbortFunction · 0.70
~GTestLogMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected