MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __cxa_finalize

Function __cxa_finalize

system/lib/llvm-libc/src/stdlib/atexit.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void __cxa_finalize(void *dso) {
28 if (!dso) {
29 call_exit_callbacks(atexit_callbacks);
30 if (teardown_main_tls)
31 teardown_main_tls();
32 }
33}
34
35} // extern "C"
36

Callers 1

LLVM_LIBC_FUNCTIONFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected