eventfd_ctx_fdget (9) - Linux Manuals

eventfd_ctx_fdget: Acquires a reference to the internal eventfd context.

NAME

eventfd_ctx_fdget - Acquires a reference to the internal eventfd context.

SYNOPSIS

struct eventfd_ctx * eventfd_ctx_fdget(int fd);

ARGUMENTS

fd

[in] Eventfd file descriptor.

DESCRIPTION

Returns a pointer to the internal eventfd context, otherwise the error pointers returned by the following functions:

eventfd_fget

COPYRIGHT