Searched refs:handle_eintr_rc (Results 1 – 3 of 3) sorted by relevance
31 handle_eintr_rc!(getpwnam_r( in get_user_id()63 handle_eintr_rc!(getgrnam_r( in get_group_id()
138 macro_rules! handle_eintr_rc { macro204 let res = handle_eintr_rc!(dummy()); in i32_eintr_rc()
409 let err = handle_eintr_rc!(unsafe { sigwait(&sigset, &mut ret as *mut c_int) }); in wait_for_signal()