MCPcopy 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
48static 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
56static void close_sock_fds(int s_fd[], int c_fd[], int nr, bool fixed)
57{

Callers 1

close_sock_fdsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected