fn poll_update(self: *IO_Uring, user_data: u64, old_user_data: u64, new_user_data: u64, poll_mask: u32, flags: u32) !*linux.io_uring_sqe
[src]
Queues (but does not submit) an SQE to update the user data of an existing poll operation. Returns a pointer to the SQE.