Searched defs:PidType (Results 1 – 3 of 3) sorted by relevance
4 pub enum PidType { enum14 impl PartialEq for PidType { implementation
43 pub fn new(pid_type: PidType, pid: Pid, options: WaitOption) -> Self { in new()
101 pt: PidType, in send_signal()172 fn complete_signal(&self, pcb: Arc<ProcessControlBlock>, pt: PidType) { in complete_signal()