Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ close_sock_fds
Function
close_sock_fds
test/accept.c:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
static void close_sock_fds(int s_fd[], int c_fd[], int nr, bool fixed)
57
{
58
if (!fixed)
59
close_fds(s_fd, nr);
60
close_fds(c_fd, nr);
61
}
62
63
static void *queue_send(struct io_uring *ring, int fd)
64
{
Callers
1
test_loop
Function · 0.85
Calls
1
close_fds
Function · 0.85
Tested by
1
test_loop
Function · 0.68