Home
last modified time | relevance | path

Searched defs:create_pidfd (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/std/src/os/linux/
Dprocess.rs159 fn create_pidfd(&mut self, val: bool) -> &mut process::Command; in create_pidfd() method
163 fn create_pidfd(&mut self, val: bool) -> &mut process::Command { in create_pidfd() method
/third_party/rust/rust/library/std/src/sys/unix/process/
Dprocess_common.rs108 create_pidfd: bool, field
265 pub fn create_pidfd(&mut self, val: bool) { in create_pidfd() method