Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
ThreadHelper.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_THREADHELPER_H
4#define IMT_BASE_OS_LINUX_THREADHELPER_H
5
8#include <thread>
9
10namespace imt {
11namespace base {
12namespace os {
13namespace linux {
14
19
20public:
21
27 static void setSchedulingParams(std::thread& workerThread, ThreadSchedulingParams const params);
28};
29
30} // namespace linux
31} // namespace os
32} // namespace base
33} // namespace imt
34
35#endif // IMT_BASE_OS_LINUX_THREADHELPER_H
Helper to apply scheduling policies on a thread instance.
static void setSchedulingParams(std::thread &workerThread, ThreadSchedulingParams const params)
Sets the scheduling parameters of the given thread instance.
Provides the parameters required to setup the scheduling of a thread.
This is a application specific file which is used to configure Imt.Base.Core.Math.