Structs§
- Invariants
- Wrapper around
linux_siginfo_t
. - Compatible with the Linux kernel’s definition of sigset_t on x86_64.
Enums§
- Describes how a signal was sent.
- Codes for SIGBUS
- Codes for SIGCHLD
- Codes for SIGFPE
- Codes for SIGILL
- Codes for SIGIO/SIGPOLL
- Codes for SIGSEGV
- Codes for SIGSYS
- Codes for SIGTRAP
- For use with
rt_sigprocmask
.
Constants§
Functions§
- Execute the
kill
syscall, targeting the current process group. - Execute the
kill
syscall, targeting a process. - Execute the
kill
syscall, targeting a process group. - Execute the
kill
syscall. - Calls the
rt_sigaction
syscall. - Calls the
rt_sigaction
syscall. - Make the
rt_sigprocmask
syscall. - Make the
rt_sigprocmask
syscall. - Restorer suitable for use with
sigaction
. - Safety
- Safety
Type Aliases§
- Expose for cbindgen APIs