Module process

Source
Available on crate feature linux only.
Expand description

Linux-specific extensions to std::process.

Structs§

LINUX_SIGACTION
Linux flag constants for LinuxSigaction.
LINUX_SIGNAL
Linux standard signals constants.
LinuxSigaction
Represents the sigaction structure from libc. Examine and change a signal action.
LinuxSigset
A set of signals.

Functions§

linux_sig_handler_no_returnunsafe_syscall
Registers multiple signals using a handler function that never returns.
linux_sys_exitunsafe_syscall
Performs an exit syscall.
linux_sys_rt_sigactionunsafe_syscall
Performs an rt_sigaction syscall.