pub fn send_signal_to_process(pid: isize, signum: isize) -> AxResult<()>
Expand description

发送信号到指定的进程

默认发送到该进程下的主线程