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

Function test_min_wait_biggest

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

* Test doing min_wait for N events, and nothing ever gets posted, and use * a min_wait time that's bigger than the total wait. We only expect the * min_wait to elapse. */

Source from the content-addressed store, hash-verified

221 * min_wait to elapse.
222 */
223static int test_min_wait_biggest(struct io_uring *ring)
224{
225 return __test_nop(ring, 0, 45, 55, 20000, __FUNCTION__);
226}
227
228/*
229 * Test doing min_wait for N events, and nothing ever gets posted, and use

Callers 1

mainFunction · 0.85

Calls 1

__test_nopFunction · 0.85

Tested by

no test coverage detected