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

Function sig_int

examples/proxy.c:636–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636static void sig_int(int __attribute__((__unused__)) sig)
637{
638 printf("\n");
639 show_stats();
640 exit(1);
641}
642
643/*
644 * Special cased for SQPOLL only, as we don't control when SQEs are consumed if

Callers

nothing calls this directly

Calls 1

show_statsFunction · 0.85

Tested by

no test coverage detected