Home
last modified time | relevance | path

Searched refs:params (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h259 struct sched_param params; variable
260 params.sched_priority = GetPriority(priority);
261 err = pthread_attr_setschedparam(&threadAttr, &params);
/TaskScheduler/Scheduler/Doxygen/
H A Dstyle.css472 .params, .retval, .exception, .tparams {
475 .params .paramname, .retval .paramname {
478 .params .paramtype {
481 .params .paramdir {
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp118 const WorkerThreadParams& params = workerParameters[i]; in TaskScheduler() local
120 threadCore = params.core; in TaskScheduler()
121 priority = params.priority; in TaskScheduler()