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

Function tsd_boot

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

Source from the content-addressed store, hash-verified

119}
120
121JEMALLOC_ALWAYS_INLINE bool
122tsd_boot(void) {
123 if (tsd_boot0()) {
124 return true;
125 }
126 tsd_boot1();
127 return false;
128}
129
130JEMALLOC_ALWAYS_INLINE bool
131tsd_booted_get(void) {

Callers

nothing calls this directly

Calls 2

tsd_boot0Function · 0.70
tsd_boot1Function · 0.70

Tested by

no test coverage detected