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

Function main

test/pipe-bug.c:88–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int main(int argc, char *argv[])
89{
90 int i;
91
92 if (argc > 1)
93 return T_EXIT_SKIP;
94
95 for (i = 0; i < 10000; i++) {
96 if (pipe_bug())
97 return T_EXIT_FAIL;
98 }
99
100 return T_EXIT_PASS;
101}

Callers

nothing calls this directly

Calls 1

pipe_bugFunction · 0.85

Tested by

no test coverage detected