Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
844
static int pending_shutdown(struct conn *c)
845
{
846
return c->cd[0].pending_shutdown + c->cd[1].pending_shutdown;
847
}
848
849
static bool should_shutdown(struct conn *c)
850
{
Callers
4
should_shutdown
Function · 0.85
handle_send_inc
Function · 0.85
handle_send_ring
Function · 0.85
__handle_send
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected