Searched refs:ok_if (Results 1 – 3 of 3) sorted by relevance
578 macro_rules! ok_if { macro608 ok_if!(unsafe { kill(target, libc::SIGTERM) }, libc::ESRCH).map_err(Error::Kill)?; in kill_tree()649 ok_if!(unsafe { kill(target, libc::SIGKILL) }, libc::ESRCH).map_err(Error::Kill)?; in kill_tree()654 ok_if!( in kill_tree()
115 void ok_if(int x) { in ok_if() function