Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corosync/corosync
/ dispatch_thread
Function
dispatch_thread
test/cpgbench.c:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
};
149
150
static void* dispatch_thread (void *arg)
151
{
152
cpg_dispatch (handle, CS_DISPATCH_BLOCKING);
153
return NULL;
154
}
155
156
int main (void) {
157
unsigned int size;
Callers
nothing calls this directly
Calls
1
cpg_dispatch
Function · 0.85
Tested by
no test coverage detected