Searched defs:old_act (Results 1 – 3 of 3) sorted by relevance
25 let old_act = unsafe { libc::signal(sig_num, SIG_GET) }; in get_old_action() localVariable41 let old_act = unsafe { libc::signal(sig_num, new_action) }; in replace_sigaction() localVariable
25 let mut old_act: libc::sigaction = unsafe { mem::zeroed() }; in get_old_action() localVariable41 let mut old_act: libc::sigaction = unsafe { mem::zeroed() }; in replace_sigaction() localVariable
67 let old_act = Self::replace_sigaction(sig_num, sig_handler as ActionPtr)?; in new() localVariable95 let old_act = SigAction::get_old_action(sig_num)?; in register_action() localVariable