holoscan::SchedulingPolicy
holoscan::SchedulingPolicy
Real-time scheduling policies supported by POSIX and/or the Linux kernel.
Available scheduling policy values:
- kFirstInFirstOut (1): SCHED_FIFO - First-in-first-out scheduling policy supported by POSIX and Linux kernel
- kRoundRobin (2): SCHED_RR - Round-robin scheduling policy supported by POSIX and Linux kernel
- kDeadline (6): SCHED_DEADLINE - Deadline scheduling policy supported by Linux kernel