Function lrs::syscall::eventfd2

Creates a new eventfd.

Syntax

fn eventfd2(init: u32, flags: i32) -> i32

Arguments

NameDescription
init

The initial value of the eventfd.

flags

Flags to use when creating the new file descriptor.

See also