MCPcopy 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
190void
191malloc_mutex_postfork_parent(tsdn_t *tsdn, malloc_mutex_t *mutex) {
192 malloc_mutex_unlock(tsdn, mutex);
193}
194
195void
196malloc_mutex_postfork_child(tsdn_t *tsdn, malloc_mutex_t *mutex) {

Callers 9

bin_postfork_parentFunction · 0.85
extents_postfork_parentFunction · 0.85
jemalloc_postfork_parentFunction · 0.85
ctl_postfork_parentFunction · 0.85
prof_postfork_parentFunction · 0.85
tcache_postfork_parentFunction · 0.85
arena_postfork_parentFunction · 0.85
base_postfork_parentFunction · 0.85

Calls 1

malloc_mutex_unlockFunction · 0.85

Tested by

no test coverage detected