Dataflow Runtime API
4.0.1.0
|
Helper to apply scheduling policies on a thread instance. More...
#include <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. More... | |
Helper to apply scheduling policies on a thread instance.
|
static |
Sets the scheduling parameters of the given thread instance.
workerThread | The thread to configure |
params | The scheduling parameters to be applied |