MCPcopy Create free account
hub / github.com/axboe/liburing / printError

Function printError

examples/napi-busy-poll-server.c:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static void printError(const char *msg, int opt)
127{
128 if (msg && opt)
129 fprintf(stderr, "%s (-%c)\n", msg, printable(opt));
130}
131
132static void setProcessScheduler(void)
133{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected