Home
last modified time | relevance | path

Searched refs:Action (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dcommon.rs34 type Action = libc::sighandler_t; types
36 type Action = libc::sigaction; types
56 pub(crate) old_act: Action,
62 pub(crate) act: Action,
H A Dunix.rs104 type Action = extern "C" fn(c_int, *mut siginfo_t, *mut c_void); in execute_act() types
105 let action = unsafe { mem::transmute::<usize, Action>(handler) }; in execute_act()

Completed in 2 milliseconds