Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dpid.rs4 pub enum PidType { enum
14 impl PartialEq for PidType { implementation
H A Dexit.rs43 pub fn new(pid_type: PidType, pid: Pid, options: WaitOption) -> Self { in new()
/DragonOS/kernel/src/ipc/
H A Dsignal.rs101 pt: PidType, in send_signal()
172 fn complete_signal(&self, pcb: Arc<ProcessControlBlock>, pt: PidType) { in complete_signal()