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

Function io_uring_wait_cqe_timeout

src/queue.c:468–473  ·  view source on GitHub ↗

* See io_uring_wait_cqes() - this function is the same, it just always uses * '1' as the wait_nr. */

Source from the content-addressed store, hash-verified

466 * '1' as the wait_nr.
467 */
468int io_uring_wait_cqe_timeout(struct io_uring *ring,
469 struct io_uring_cqe **cqe_ptr,
470 struct __kernel_timespec *ts)
471{
472 return io_uring_wait_cqes(ring, cqe_ptr, 1, ts, NULL);
473}
474
475/*
476 * Submit sqes acquired from io_uring_get_sqe() to the kernel.

Callers 15

test_accept_mshot_stressFunction · 0.85
test_accept_mshot_burstFunction · 0.85
__reap_thread_fnFunction · 0.85
run_shared_testFunction · 0.85
recv_get_cqeFunction · 0.85
test_good_serverFunction · 0.85
pipe_bugFunction · 0.85
testFunction · 0.85

Calls 1

io_uring_wait_cqesFunction · 0.85

Tested by 13

test_accept_mshot_stressFunction · 0.68
test_accept_mshot_burstFunction · 0.68
test_good_serverFunction · 0.68
test_concurrent_cancelFunction · 0.68
test_recv_drain_refillFunction · 0.68
test_overflow_handlingFunction · 0.68
mainFunction · 0.68