Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
JEMALLOC_ALWAYS_INLINE bool
122
tsd_boot(void) {
123
if (tsd_boot0()) {
124
return true;
125
}
126
tsd_boot1();
127
return false;
128
}
129
130
JEMALLOC_ALWAYS_INLINE bool
131
tsd_booted_get(void) {
Callers
nothing calls this directly
Calls
2
tsd_boot0
Function · 0.70
tsd_boot1
Function · 0.70
Tested by
no test coverage detected