Searched defs:Action (Results 1 – 2 of 2) sorted by relevance
34 type Action = libc::sighandler_t; typedef36 type Action = libc::sigaction; typedef
104 type Action = extern "C" fn(c_int, *mut siginfo_t, *mut c_void); in execute_act() typedef