Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dwindows.rs37 pub(crate) fn replace_sigaction( in replace_sigaction() method
H A Dunix.rs39 pub(crate) fn replace_sigaction(sig_num: c_int, new_action: usize) -> io::Result<sigaction> { in replace_sigaction() method