MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / thread_destructor

Function thread_destructor

source/extern/malloc.c:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static void
423thread_destructor(void* value) {
424 (void)sizeof(value);
425 rpmalloc_thread_finalize(1);
426}
427
428#ifdef __APPLE__
429

Callers

nothing calls this directly

Calls 1

rpmalloc_thread_finalizeFunction · 0.85

Tested by

no test coverage detected