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

Function tsd_postfork_parent

deps/jemalloc/src/tsd.c:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void
522tsd_postfork_parent(tsd_t *tsd) {
523 malloc_mutex_postfork_parent(tsd_tsdn(tsd), &tsd_nominal_tsds_lock);
524}
525
526void
527tsd_postfork_child(tsd_t *tsd) {

Callers 1

jemalloc_postfork_parentFunction · 0.85

Calls 2

tsd_tsdnFunction · 0.50

Tested by

no test coverage detected