Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corosync/corosync
/ dispatch_thread
Function
dispatch_thread
test/cpghum.c:499–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
}
498
499
static void* dispatch_thread (void *arg)
500
{
501
cpg_dispatch (handle, CS_DISPATCH_BLOCKING);
502
return NULL;
503
}
504
505
static void usage(char *cmd)
506
{
Callers
nothing calls this directly
Calls
1
cpg_dispatch
Function · 0.85
Tested by
no test coverage detected