[][src]Function linux::syscall::eventfd2

pub fn eventfd2(init: c_uint, flags: c_int) -> c_int

Creates a new eventfd.

[argument, init] The initial value of the eventfd.

[argument, flags] Flags to use when creating the new file descriptor.

= See also

  • link:man:eventfd2(2)