POSIX real-time signals in Linux
POSIX real-time signals are defined apart from the existing standard signals. The real-time signals are in the range SIGRTMIN to SIGRTMAX.
0 Comments
June 23, 2020
POSIX real-time signals are defined apart from the existing standard signals. The real-time signals are in the range SIGRTMIN to SIGRTMAX.
Signals are software interrupts that are delivered to a process by the kernel. A signal is a notification about an event that has occurred.