Home
last modified time | relevance | path

Searched refs:sigcontext (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/ipc/
Dsignal.rs30 si_code_val, sig_is_member, sigaction, sigaction__union_u, sigcontext, sigframe,
629 (*frame).arg2 = &((*frame).context) as *const sigcontext as usize; in setup_frame() constant
717 fn setup_sigcontext(context: &mut sigcontext, mask: &sigset_t, regs: &pt_regs) -> Result<i32, i32> { in setup_sigcontext() argument
735 fn restore_sigcontext(context: *const sigcontext, regs: &mut pt_regs) -> bool { in restore_sigcontext() argument
Dsignal_types.rs635 pub context: sigcontext,
639 pub struct sigcontext { struct