Expand description
linux_raw syscalls supporting rustix::process
.
ยงSafety
See the rustix::backend
module documentation for details.
Functionsยง
- _waitid_all ๐
- _waitid_pgid ๐
- _waitid_pid ๐
- _waitid_pidfd ๐
- _waitpid ๐
- chdir ๐
- chroot ๐
- cvt_waitid_status ๐ โConvert a
siginfo_t
to aWaitidStatus
. - fchdir ๐
- getcwd ๐
- getgroups ๐
- getpgid ๐
- getpgrp ๐
- getppid ๐
- getpriority_pgrp ๐
- getpriority_process ๐
- getpriority_user ๐
- getrlimit ๐
- getsid ๐
- kill_process ๐
- kill_process_group ๐
- membarrier ๐
- membarrier_cpu ๐
- membarrier_query ๐
- nice ๐
- pidfd_getfd ๐
- pidfd_open ๐
- pidfd_send_signal ๐
- pivot_root ๐
- prlimit ๐
- rlimit_from_linux ๐Convert a C
rlimit64
to a RustRlimit
. - rlimit_to_linux ๐Convert a Rust
Rlimit
to a Crlimit64
. - sched_getaffinity ๐
- sched_setaffinity ๐
- sched_yield ๐
- setpgid ๐
- setpriority_pgrp ๐
- setpriority_process ๐
- setpriority_user ๐
- setrlimit ๐
- setsid ๐
- test_kill_process ๐
- umask ๐
- wait ๐
- waitid ๐
- waitpgid ๐
- waitpid ๐