Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
521
void
522
tsd_postfork_parent(tsd_t *tsd) {
523
malloc_mutex_postfork_parent(tsd_tsdn(tsd), &tsd_nominal_tsds_lock);
524
}
525
526
void
527
tsd_postfork_child(tsd_t *tsd) {
Callers
1
jemalloc_postfork_parent
Function · 0.85
Calls
2
malloc_mutex_postfork_parent
Function · 0.70
tsd_tsdn
Function · 0.50
Tested by
no test coverage detected