Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ close_fds
Function
close_fds
test/accept.c:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
};
47
48
static void close_fds(int fds[], int nr)
49
{
50
int i;
51
52
for (i = 0; i < nr; i++)
53
close(fds[i]);
54
}
55
56
static void close_sock_fds(int s_fd[], int c_fd[], int nr, bool fixed)
57
{
Callers
1
close_sock_fds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected