MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_thread_done

Function mi_thread_done

3rd/mimalloc-2.0.9/src/init.c:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void mi_thread_done(void) mi_attr_noexcept {
445 _mi_thread_done(mi_get_default_heap());
446}
447
448static void _mi_thread_done(mi_heap_t* heap) {
449 mi_atomic_decrement_relaxed(&thread_count);

Callers 2

_mi_redirect_entryFunction · 0.85
DllMainFunction · 0.85

Calls 2

_mi_thread_doneFunction · 0.85
mi_get_default_heapFunction · 0.85

Tested by

no test coverage detected