Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ tlsInitThread
Function
tlsInitThread
src/tls.cpp:179–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
void tlsInitThread(void)
180
{
181
serverAssert(pending_list == nullptr);
182
pending_list = listCreate();
183
}
184
185
void tlsCleanupThread(void)
186
{
Callers
2
workerThreadMain
Function · 0.85
tlsInit
Function · 0.85
Calls
1
listCreate
Function · 0.85
Tested by
no test coverage detected