Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~thread
Method · 0.85
thread.cpp
File · 0.85
unexpected
Function · 0.85
rethrow_exception
Function · 0.85
throw_nested
Method · 0.85
__cxa_pure_virtual
Function · 0.85
throw_with_nested
Function · 0.85
Calls
1
abort
Function · 0.85
Tested by
no test coverage detected