Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ thread_main
Function
thread_main
lib_protocol/samples/httpd/main.c:146–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
static void *thread_main(void* arg)
147
{
148
thread_run(arg);
149
return (NULL);
150
}
151
152
static void run_server(const char *addr)
153
{
Callers
nothing calls this directly
Calls
1
thread_run
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…