Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ malloc_mutex_postfork_parent
Function
malloc_mutex_postfork_parent
app/redis-6.2.6/deps/jemalloc/src/mutex.c:190–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
void
191
malloc_mutex_postfork_parent(tsdn_t *tsdn, malloc_mutex_t *mutex) {
192
malloc_mutex_unlock(tsdn, mutex);
193
}
194
195
void
196
malloc_mutex_postfork_child(tsdn_t *tsdn, malloc_mutex_t *mutex) {
Callers
9
bin_postfork_parent
Function · 0.85
extents_postfork_parent
Function · 0.85
jemalloc_postfork_parent
Function · 0.85
ctl_postfork_parent
Function · 0.85
prof_postfork_parent
Function · 0.85
background_thread_postfork_parent
Function · 0.85
tcache_postfork_parent
Function · 0.85
arena_postfork_parent
Function · 0.85
base_postfork_parent
Function · 0.85
Calls
1
malloc_mutex_unlock
Function · 0.85
Tested by
no test coverage detected