devela::_dep::rustix::process

Function getpid

pub fn getpid() -> Pid
Available on crate feature dep_rustix only.
Expand description

getpid()—Returns the process’ ID.

§References