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

Function test_already

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

* Test doing min_wait for N events, where N events are already available * on wait enter. */

Source from the content-addressed store, hash-verified

202 * on wait enter.
203 */
204static int test_already(struct io_uring *ring)
205{
206 return __test_nop(ring, 4, 0, 5, 100000, __FUNCTION__);
207}
208
209/*
210 * Test doing min_wait for N events, and nothing ever gets posted. We'd

Callers 1

mainFunction · 0.85

Calls 1

__test_nopFunction · 0.85

Tested by

no test coverage detected