MCPcopy Create free account
hub / github.com/F-Stack/f-stack / execBenchmarkThread

Function execBenchmarkThread

app/redis-6.2.6/src/redis-benchmark.c:1049–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049static void *execBenchmarkThread(void *ptr) {
1050 benchmarkThread *thread = (benchmarkThread *) ptr;
1051 aeMain(thread->el);
1052 return NULL;
1053}
1054
1055/* Cluster helper functions. */
1056

Callers

nothing calls this directly

Calls 1

aeMainFunction · 0.85

Tested by

no test coverage detected