Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ thread_destructor
Function
thread_destructor
vm/ByteCodeTranslator/src/malloc.c:133–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
static void
134
thread_destructor(void* value) {
135
(void)sizeof(value);
136
rpmalloc_thread_finalize();
137
}
138
139
#ifdef __APPLE__
140
Callers
nothing calls this directly
Calls
1
rpmalloc_thread_finalize
Function · 0.85
Tested by
no test coverage detected