Adds a value to the eventfd.
impl Eventfd { fn add(&self, val: u64) -> Result<(), Errno> }
The value to add to the eventfd.
eventfd(2)