Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dwindows.rs79 execute_act(fallback.act, sig_num);
84 fn execute_act(act: sighandler_t, sig_num: c_int) { in execute_act() functions
H A Dunix.rs82 execute_act(&fallback.act, sig_num, sig_info, data);
87 fn execute_act(act: &sigaction, sig_num: c_int, sig_info: *mut siginfo_t, data: *mut c_void) { in execute_act() functions

Completed in 1 milliseconds