This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

QThread Priority

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