Dataflow Runtime API  4.0.1.0
Static Public Member Functions | List of all members
imt::base::os::linux::ThreadHelper Class Reference

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...
 

Detailed Description

Helper to apply scheduling policies on a thread instance.

Member Function Documentation

◆ setSchedulingParams()

static void imt::base::os::linux::ThreadHelper::setSchedulingParams ( std::thread &  workerThread,
ThreadSchedulingParams const  params 
)
static

Sets the scheduling parameters of the given thread instance.

Parameters
workerThreadThe thread to configure
paramsThe scheduling parameters to be applied

The documentation for this class was generated from the following file: