MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Abort

Function Abort

rtpose_wrapper/src/gtest/gtest-all.cpp:8441–8444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8439#if GTEST_OS_WINDOWS_MOBILE
8440namespace posix {
8441void Abort() {
8442 DebugBreak();
8443 TerminateProcess(GetCurrentProcess(), 1);
8444}
8445} // namespace posix
8446#endif // GTEST_OS_WINDOWS_MOBILE
8447

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected