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

Function pending_shutdown

examples/proxy.c:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844static int pending_shutdown(struct conn *c)
845{
846 return c->cd[0].pending_shutdown + c->cd[1].pending_shutdown;
847}
848
849static bool should_shutdown(struct conn *c)
850{

Callers 4

should_shutdownFunction · 0.85
handle_send_incFunction · 0.85
handle_send_ringFunction · 0.85
__handle_sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected