MCPcopy 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
499static void* dispatch_thread (void *arg)
500{
501 cpg_dispatch (handle, CS_DISPATCH_BLOCKING);
502 return NULL;
503}
504
505static void usage(char *cmd)
506{

Callers

nothing calls this directly

Calls 1

cpg_dispatchFunction · 0.85

Tested by

no test coverage detected