MCPcopy 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
150static void* dispatch_thread (void *arg)
151{
152 cpg_dispatch (handle, CS_DISPATCH_BLOCKING);
153 return NULL;
154}
155
156int main (void) {
157 unsigned int size;

Callers

nothing calls this directly

Calls 1

cpg_dispatchFunction · 0.85

Tested by

no test coverage detected