MCPcopy 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
179void tlsInitThread(void)
180{
181 serverAssert(pending_list == nullptr);
182 pending_list = listCreate();
183}
184
185void tlsCleanupThread(void)
186{

Callers 2

workerThreadMainFunction · 0.85
tlsInitFunction · 0.85

Calls 1

listCreateFunction · 0.85

Tested by

no test coverage detected