3#ifndef IMT_BASE_OS_LINUX_THREADSCHEDULINGPARAMS_H
4#define IMT_BASE_OS_LINUX_THREADSCHEDULINGPARAMS_H
30 m_priority {priority} {
Provides the parameters required to setup the scheduling of a thread.
constexpr ThreadSchedulingPolicy getPolicy() const noexcept
Gets the scheduling policy.
constexpr int32_t getPriority() const noexcept
Gets the scheduling priority.
constexpr ThreadSchedulingParams(ThreadSchedulingPolicy policy, int32_t priority) noexcept
Constructor.
constexpr ThreadSchedulingParams() noexcept
Constructor Sets the policy to ThreadSchedulingPolicy::OTHER and priority to 0.
ThreadSchedulingPolicy
Supported thread scheduling policies.
@ OTHER
Maps to SCHED_OTHER policy described in "man sched 7".
This is a application specific file which is used to configure Imt.Base.Core.Math.