MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / background_thread_prefork0

Function background_thread_prefork0

deps/jemalloc/src/background_thread.c:739–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void
740background_thread_prefork0(tsdn_t *tsdn) {
741 malloc_mutex_prefork(tsdn, &background_thread_lock);
742 background_thread_enabled_at_fork = background_thread_enabled();
743}
744
745void
746background_thread_prefork1(tsdn_t *tsdn) {

Callers 2

jemalloc_preforkFunction · 0.70

Calls 2

malloc_mutex_preforkFunction · 0.70

Tested by

no test coverage detected