3#ifndef IMT_BASE_OS_LINUX_THREADSCHEDULINGPOLICY_H
4#define IMT_BASE_OS_LINUX_THREADSCHEDULINGPOLICY_H
ThreadSchedulingPolicy
Supported thread scheduling policies.
@ OTHER
Maps to SCHED_OTHER policy described in "man sched 7".
@ ROUND_ROBIN
Maps to SCHED_RR policy described in "man sched 7".
@ FIFO
Maps to SCHED_FIFO policy described in "man sched 7".
This is a application specific file which is used to configure Imt.Base.Core.Math.