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

Function test_min_wait_equal

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

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

Source from the content-addressed store, hash-verified

231 * min_wait to elapse.
232 */
233static int test_min_wait_equal(struct io_uring *ring)
234{
235 return __test_nop(ring, 0, 45, 55, 50001, __FUNCTION__);
236}
237
238int main(int argc, char *argv[])
239{

Callers 1

mainFunction · 0.85

Calls 1

__test_nopFunction · 0.85

Tested by

no test coverage detected