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

Function thread_run

lib_acl/samples/udp/server/main.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121} THREAD_CTX;
122
123static void thread_run(void *ctx)
124{
125 THREAD_CTX *tc = (THREAD_CTX*) ctx;
126
127 run(tc->local, tc->inter, tc->mio_on, tc->need_echo);
128 acl_myfree(ctx);
129}
130
131static void usage(const char *procname)
132{

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…