![]() |
Imt.Base C++ API V4.1.1.0
|
Helper to apply scheduling policies on a thread instance. More...
#include <Imt.Base.OS.Linux/inc/Imt.Base.OS.Linux/ThreadHelper.h>
Static Public Member Functions | |
static void | setSchedulingParams (std::thread &workerThread, ThreadSchedulingParams const params) |
Sets the scheduling parameters of the given thread instance. | |
Helper to apply scheduling policies on a thread instance.
Definition at line 18 of file ThreadHelper.h.
|
static |
Sets the scheduling parameters of the given thread instance.
workerThread | The thread to configure |
params | The scheduling parameters to be applied |