prepTimeoutRemove

Prepares operations to remove existing timeout registered using TIMEOUToperation.

Attempt to remove an existing timeout operation. If the specified timeout request is found and cancelled successfully, this request will terminate with a result value of -ECANCELED. If the timeout request was found but expiration was already in progress, this request will terminate with a result value of -EALREADY. If the timeout request wasn't found, the request will terminate with a result value of -ENOENT.

nothrow @nogc ref @trusted
SubmissionEntry
prepTimeoutRemove
(
D
)
(
return ref SubmissionEntry entry
,
ref D userData
)

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

userData D

user data provided with the previously issued timeout operation

Note: Available from Linux 5.5

Meta