WP1 - RTOS State of the Art Analysis: Deliverable D1.1 - RTOS Analysis | ||
---|---|---|
Prev | Chapter 6. Realtime Support in Linux | Next |
The main characteristics of this type of signals are:
The range of realtime signals supported by Linux is form 32 (SIGRTMIN) to 63 (SIGRTMAX).
Signals that carry information are delivered in chronological FIFO order.
It is possible to automatically create a thread in response to a signal.
Linux fully supports the POSIX realtime signals standard.