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

Function tsd_prefork

deps/jemalloc/src/tsd.c:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514#endif
515
516void
517tsd_prefork(tsd_t *tsd) {
518 malloc_mutex_prefork(tsd_tsdn(tsd), &tsd_nominal_tsds_lock);
519}
520
521void
522tsd_postfork_parent(tsd_t *tsd) {

Callers 1

jemalloc_preforkFunction · 0.85

Calls 2

malloc_mutex_preforkFunction · 0.70
tsd_tsdnFunction · 0.50

Tested by

no test coverage detected