'\" t .\" Title: eventfd_ctx_get .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: September 2017 .\" Manual: Events based on file descriptors .\" Source: Kernel Hackers Manual 4.12.13 .\" Language: English .\" .TH "EVENTFD_CTX_GET" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "Events based on file descripto" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" eventfd_ctx_get \- Acquires a reference to the internal eventfd context\&. .SH "SYNOPSIS" .HP \w'struct\ eventfd_ctx\ *\ eventfd_ctx_get('u .BI "struct eventfd_ctx * eventfd_ctx_get(struct\ eventfd_ctx\ *\ " "ctx" ");" .SH "ARGUMENTS" .PP \fIstruct eventfd_ctx * ctx\fR .RS 4 [in] Pointer to the eventfd context\&. .RE .SH "RETURN" .PP In case of success, returns a pointer to the eventfd context\&. .SH "COPYRIGHT" .br