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

Function tsd_boot0

deps/jemalloc/include/jemalloc/internal/tsd_generic.h:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92JEMALLOC_ALWAYS_INLINE bool
93tsd_boot0(void) {
94 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) {
95 return true;
96 }
97 tsd_wrapper_set(&tsd_boot_wrapper);
98 tsd_booted = true;
99 return false;
100}
101
102JEMALLOC_ALWAYS_INLINE void
103tsd_boot1(void) {

Callers 1

tsd_bootFunction · 0.70

Calls 1

tsd_wrapper_setFunction · 0.70

Tested by

no test coverage detected