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

Function thread_client

lib_fiber/samples-c/setsockopt/main.c:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static int __echo_data = 0;
7
8static void *thread_client(void *ctx)
9{
10 ACL_VSTREAM *cstream = (ACL_VSTREAM*) ctx;
11 echo_client(cstream, __rw_timeout, __echo_data);
12 return NULL;
13}
14
15static void thread_server_run(ACL_VSTREAM *sstream)
16{

Callers

nothing calls this directly

Calls 1

echo_clientFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…