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

Function test_nothing

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

* Test doing min_wait for N events, and nothing ever gets posted. We'd * expect the time to be the normal wait time, not the min_wait time. */

Source from the content-addressed store, hash-verified

211 * expect the time to be the normal wait time, not the min_wait time.
212 */
213static int test_nothing(struct io_uring *ring)
214{
215 return __test_nop(ring, 0, 95, 110, 100000, __FUNCTION__);
216}
217
218/*
219 * 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