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

Function test_some

test/min-timeout-wait.c:195–198  ·  view source on GitHub ↗

* Test doing min_wait for N events, where N/2 events are already available * on wait enter. This should abort waiting after min_wait, not do the full * wait. */

Source from the content-addressed store, hash-verified

193 * wait.
194 */
195static int test_some(struct io_uring *ring)
196{
197 return __test_nop(ring, 2, 45, 55, 100000, __FUNCTION__);
198}
199
200/*
201 * Test doing min_wait for N events, where N events are already available

Callers 1

mainFunction · 0.85

Calls 1

__test_nopFunction · 0.85

Tested by

no test coverage detected