pub fn register_usize( signal: c_int, flag: Arc<AtomicUsize>, value: usize, ) -> Result<SigId, Error>
Registers an action to set the flag to the given value whenever the signal arrives.