DoxigAlpha

prep_poll_remove

Function parameters

Parameters

#
sqe:*linux.io_uring_sqe
target_user_data:u64

Type definitions in this namespace

Types

#

Source

Implementation

#
pub fn prep_poll_remove(
    sqe: *linux.io_uring_sqe,
    target_user_data: u64,
) void {
    sqe.prep_rw(.POLL_REMOVE, -1, target_user_data, 0, 0);
}