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

Function thread_run

lib_acl/samples/udp/client/main.cpp:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165} THREAD_CTX;
166
167static void thread_run(void *ctx)
168{
169 THREAD_CTX *tc = (THREAD_CTX*) ctx;
170
171 run(tc->local, tc->peer, tc->count, tc->dlen,
172 tc->inter, tc->need_read, tc->mio_on, tc->quit);
173 acl_myfree(ctx);
174}
175
176static void usage(const char *procname)
177{

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…