Home
last modified time | relevance | path

Searched refs:Kill (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/ipc/
H A Dsignal_types.rs342 Kill(Pid), enumerator
431 let mut ret = SigInfo::new(sig, 0, SigCode::User, SigType::Kill(Pid::from(0))); in collect_signal()
432 ret.set_sig_type(SigType::Kill(Pid::new(0))); in collect_signal()
H A Dsignal.rs148 SigType::Kill(ProcessManager::current_pcb().pid()), in send_signal()
H A Dsyscall.rs104 let mut info = SigInfo::new(sig, 0, SigCode::User, SigType::Kill(pid)); in kill()
/DragonOS/kernel/src/arch/x86_64/mm/
H A Dfault.rs245 SigInfo::new(Signal::SIGSEGV, 0, SigCode::User, SigType::Kill(pid)); in do_user_addr_fault()
276 SigInfo::new(Signal::SIGSEGV, 0, SigCode::User, SigType::Kill(pid)); in do_user_addr_fault()