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

Function tsd_boot

deps/jemalloc/include/jemalloc/internal/tsd_tls.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27JEMALLOC_ALWAYS_INLINE bool
28tsd_boot(void) {
29 return tsd_boot0();
30}
31
32JEMALLOC_ALWAYS_INLINE bool
33tsd_booted_get(void) {

Callers

nothing calls this directly

Calls 1

tsd_boot0Function · 0.70

Tested by

no test coverage detected