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

Function close_streams

test/buf-ring-mshot.c:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static void close_streams(struct test_ctx *ctx)
88{
89 int i;
90
91 for (i = 0; i < NR_STREAMS; i++) {
92 close(ctx->streams[i].recv_fd);
93 close(ctx->streams[i].send_fd);
94 }
95}
96
97static int setup_buf_ring(struct test_ctx *ctx, int nr_bufs)
98{

Callers 1

run_shared_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected