Module syscalls

Source
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 a WaitIdStatus.
fchdir ๐Ÿ”’
fcntl_getlk ๐Ÿ”’
getcwd ๐Ÿ”’
getgroups ๐Ÿ”’
getpgid ๐Ÿ”’
getpgrp ๐Ÿ”’
getppid ๐Ÿ”’
getpriority_pgrp ๐Ÿ”’
getpriority_process ๐Ÿ”’
getpriority_user ๐Ÿ”’
getrlimit ๐Ÿ”’
getsid ๐Ÿ”’
kill_current_process_group ๐Ÿ”’
kill_process ๐Ÿ”’
kill_process_group ๐Ÿ”’
nice ๐Ÿ”’
pidfd_getfd ๐Ÿ”’
pidfd_open ๐Ÿ”’
pidfd_send_signal ๐Ÿ”’
pivot_root ๐Ÿ”’
prlimit ๐Ÿ”’
rlimit_from_linux ๐Ÿ”’
Convert a C rlimit64 to a Rust Rlimit.
rlimit_to_linux ๐Ÿ”’
Convert a Rust Rlimit to a C rlimit64.
setpgid ๐Ÿ”’
setpriority_pgrp ๐Ÿ”’
setpriority_process ๐Ÿ”’
setpriority_user ๐Ÿ”’
setrlimit ๐Ÿ”’
setsid ๐Ÿ”’
test_kill_current_process_group ๐Ÿ”’
test_kill_process ๐Ÿ”’
test_kill_process_group ๐Ÿ”’
umask ๐Ÿ”’
wait ๐Ÿ”’
waitid ๐Ÿ”’
waitpgid ๐Ÿ”’
waitpid ๐Ÿ”’