Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
static void init(void)
50
{
51
acl_socket_init();
52
acl_pthread_mutex_init(&__lock, NULL);
53
}
54
55
static void *thread_run(void *arg)
56
{
Callers
1
main
Function · 0.70
Calls
2
acl_socket_init
Function · 0.85
acl_pthread_mutex_init
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…