Searched defs:PidNamespace (Results 1 – 2 of 2) sorted by relevance
19 pub struct PidNamespace { struct23 impl PidNamespace { implementation44 unsafe impl AlwaysRefCounted for PidNamespace { implementation52 unsafe fn dec_ref(obj: ptr::NonNull<PidNamespace>) { in dec_ref()61 unsafe impl Send for PidNamespace {} implementation65 unsafe impl Sync for PidNamespace {} implementation
248 get_pid_ns(&self) -> Option<ARef<PidNamespace>> get_pid_ns() argument 323 active_pid_ns(&self) -> Option<&PidNamespace> active_pid_ns() argument [all...]