Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ __cxa_guard_release
Function
__cxa_guard_release
uspace/lib/cpp/src/__bits/runtime.cpp:142–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
extern
"C"
void __cxa_guard_release(guard_t* guard)
143
{
144
*((std::uint8_t*)guard) = 1;
145
146
static_guard_mtx.unlock();
147
}
148
149
extern
"C"
void __cxa_guard_abort(guard_t* guard)
150
{
Callers
nothing calls this directly
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected