Sha256: 52f77a6c1334cf22a79badf07c8345630b9627a5cbbaf2702adad5ce73c9f394

Contents?: true

Size: 757 Bytes

Versions: 13

Compression:

Stored size: 757 Bytes

Contents

.\" Copyright (C) 2022 Dylan Yudaken <dylany@fb.com>
.\"
.\" SPDX-License-Identifier: LGPL-2.0-or-later
.\"
.TH io_uring_cq_has_overflow 3 "September 5, 2022" "liburing-2.3" "liburing Manual"
.SH NAME
io_uring_cq_has_overflow \- returns if there are overflow entries waiting to move to the CQ ring
.SH SYNOPSIS
.nf
.B #include <liburing.h>
.PP
.BI "bool io_uring_cq_has_overflow(const struct io_uring *" ring ");"
.fi
.SH DESCRIPTION
.PP
The
.BR io_uring_cq_has_overflow (3)
function informs the application if CQ entries have overflowed and are waiting to be flushed to
the CQ ring. For example using
.BR io_uring_get_events (3)
.
.SH RETURN VALUE
True if there are CQ entries waiting to be flushed to the CQ ring.
.SH SEE ALSO
.BR io_uring_get_events (3)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
polyphony-1.0.1 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-1.0 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.99.6 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.99.5 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.99.4 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.99.3 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.99.2 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.99.1 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.99 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.98 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.97 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.96 vendor/liburing/man/io_uring_cq_has_overflow.3
polyphony-0.95 vendor/liburing/man/io_uring_cq_has_overflow.3