Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/ipc/
Dsignal.rs949 let sq = pcb.sig_pending.sigqueue as *mut SigQueue; in do_sigaction() localVariable
950 let sq = unsafe { sq.as_mut::<'static>() }.unwrap(); in do_sigaction() localVariable