MCPcopy Create free account
hub / github.com/acl-dev/acl / thread_func

Function thread_func

lib_acl/samples/json/json5/main.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59static int benchmark_max = 100;
60
61static void *thread_func(void *ctx acl_unused)
62{
63 test_json_benchmark(benchmark_max);
64 return NULL;
65}
66
67static void usage(const char* program)
68{

Callers

nothing calls this directly

Calls 1

test_json_benchmarkFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…