Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_signal/src/
Dcommon.rs34 type Action = libc::sighandler_t; typedef
36 type Action = libc::sigaction; typedef
Dunix.rs104 type Action = extern "C" fn(c_int, *mut siginfo_t, *mut c_void); in execute_act() typedef