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

Function tsd_boot

deps/jemalloc/include/jemalloc/internal/tsd_win.h:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 tsd_wrapper_set(wrapper);
96}
97JEMALLOC_ALWAYS_INLINE bool
98tsd_boot(void) {
99 if (tsd_boot0()) {
100 return true;
101 }
102 tsd_boot1();
103 return false;
104}
105
106JEMALLOC_ALWAYS_INLINE bool
107tsd_booted_get(void) {

Callers

nothing calls this directly

Calls 2

tsd_boot0Function · 0.70
tsd_boot1Function · 0.70

Tested by

no test coverage detected