Macro kernel::current_pid_ns
source · macro_rules! current_pid_ns {
() => { ... };
}
Expand description
Returns the currently running task’s pid namespace.
macro_rules! current_pid_ns {
() => { ... };
}
Returns the currently running task’s pid namespace.