eventfd_ctx_remove_wait_queue (9) Linux Manual Page
eventfd_ctx_remove_wait_queue – Read the current counter and removes wait queue. Synopsis int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait, __u64 *cnt); Arguments ctx [in] Pointer to eventfd context. wait [in] Wait queue to be removed. cnt [out] Pointer to the 64-bit counter value. Description Returns 0 if successful, or the following error codes: -EAGAIN : The operation…
