Home
last modified time | relevance | path

Searched refs:allowed_type (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/thread/
Dsetns.rs95 allowed_type: Option<LinkNameSpaceType>, in move_into_link_name_space()
97 let allowed_type = allowed_type.map_or(0, |t| t as c_int); in move_into_link_name_space() localVariable
98 syscalls::setns(fd, allowed_type).map(|_r| ()) in move_into_link_name_space()