rustix
0.38.44
getpgrp
Sections
References
In rustix::
process
rustix
::
process
Function
getpgrp
Copy item path
Source
pub fn getpgrp() ->
Pid
Available on
crate feature
process
only.
Expand description
getpgrp()
—Returns the process’ group ID.
§
References
POSIX
Linux