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

Function io_uring_submit_and_wait_timeout

src/queue.c:454–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454int io_uring_submit_and_wait_timeout(struct io_uring *ring,
455 struct io_uring_cqe **cqe_ptr,
456 unsigned wait_nr,
457 struct __kernel_timespec *ts,
458 sigset_t *sigmask)
459{
460 return __io_uring_submit_and_wait_timeout(ring, cqe_ptr, wait_nr, ts, 0,
461 sigmask);
462}
463
464/*
465 * See io_uring_wait_cqes() - this function is the same, it just always uses

Callers 7

test_pollFunction · 0.85
test_fileFunction · 0.85
testFunction · 0.85
testFunction · 0.85
__event_loopFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

Tested by 2

test_pollFunction · 0.68
test_fileFunction · 0.68