Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ __cxa_guard_abort
Function
__cxa_guard_abort
uspace/lib/cpp/src/__bits/runtime.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
extern
"C"
void __cxa_guard_abort(guard_t* guard)
150
{
151
static_guard_mtx.unlock();
152
}
153
154
__fundamental_type_info::~__fundamental_type_info()
155
{ /* DUMMY BODY */ }
Callers
nothing calls this directly
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected