Name

eventfd_ctx_get — Acquires a reference to the internal eventfd context.

Synopsis

struct eventfd_ctx * eventfd_ctx_get (struct eventfd_ctx * ctx);
 

Arguments

struct eventfd_ctx * ctx

[in] Pointer to the eventfd context.

Return

In case of success, returns a pointer to the eventfd context.