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