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

Function init

lib_acl/samples/dgate/bench/main.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static void init(void)
50{
51 acl_socket_init();
52 acl_pthread_mutex_init(&__lock, NULL);
53}
54
55static void *thread_run(void *arg)
56{

Callers 1

mainFunction · 0.70

Calls 2

acl_socket_initFunction · 0.85
acl_pthread_mutex_initFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…