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

Function execBenchmarkThread

src/redis-benchmark.cpp:1062–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062static void *execBenchmarkThread(void *ptr) {
1063 benchmarkThread *thread = (benchmarkThread *) ptr;
1064 aeThreadOnline();
1065 aeMain(thread->el);
1066 aeThreadOffline();
1067 return NULL;
1068}
1069
1070/* Cluster helper functions. */
1071

Callers

nothing calls this directly

Calls 3

aeThreadOnlineFunction · 0.85
aeMainFunction · 0.85
aeThreadOfflineFunction · 0.85

Tested by

no test coverage detected