Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
ThreadSchedulingPolicy.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_OS_LINUX_THREADSCHEDULINGPOLICY_H
4#define IMT_BASE_OS_LINUX_THREADSCHEDULINGPOLICY_H
5
7
8namespace imt {
9namespace base {
10namespace os {
11namespace linux {
12
17
21 OTHER,
22
26 FIFO,
27
32};
33
34} // namespace linux
35} // namespace os
36} // namespace base
37} // namespace imt
38
39#endif // 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.
unsigned __int8 uint8_t
Definition stdint.h:62