MCPcopy Create free account
hub / github.com/HelenOS/helenos / terminate

Function terminate

uspace/lib/cpp/src/exception.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 [[noreturn]] void terminate() noexcept
64 {
65 if (aux::term_handler)
66 aux::term_handler();
67
68 abort();
69 }
70
71 bool uncaught_exception() noexcept
72 {

Callers 7

~threadMethod · 0.85
thread.cppFile · 0.85
unexpectedFunction · 0.85
rethrow_exceptionFunction · 0.85
throw_nestedMethod · 0.85
__cxa_pure_virtualFunction · 0.85
throw_with_nestedFunction · 0.85

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected