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

Function servers_daemon

lib_fiber/cpp/src/fiber_server.cpp:797–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797static void servers_daemon(int count, int fdtype, int nthreads)
798{
799 int i;
800
801 __servers = servers_alloc(nthreads, count, fdtype);
802
803 for (i = 0; i < nthreads; i++) {
804 server_daemon_open(__servers[i], i);
805 }
806}
807#endif
808
809static void server_open(FIBER_SERVER *server, ACL_ARGV *addrs)

Callers 1

acl_fiber_server_mainFunction · 0.70

Calls 2

servers_allocFunction · 0.70
server_daemon_openFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…