Creates a new eventfd with an initial value.
impl Eventfd { fn new_init(val: u32, flags: EventfdFlags) -> Result<Eventfd, Errno> }
The initial value to store in the eventfd.
Flags to use when creating the eventfd.
eventfd(2)