Hello
I'm developing a QT application for OMAP L138 with the linux developer kit "ti-dvsdk_omapl138-evm_4_00_00_22" and I have a problem with the thread's priority.
I have to assign different priorities to threads but not work correctly. Reading the QThread::start ( Priority priority = InheritPriority ) help says the following: The effect of the priority parameter is dependent on the operating system's scheduling policy. In particular, the priority will be ignored on systems that do not support thread priorities (such as on Linux, see http://linux.die.net/man/2/sched_setscheduler for more details).
How can I manage the thread's priority?.
Thanks
Joan