How to set the priority of a thread with QNX(Neutrino)?

How to set the priority of a thread with QNX(Neutrino)?

Vincent

On Mon, 30 Apr 2001 15:56:36 +0200, “Vincent”
<vincent.catros_NO_SPAM_@bigfoot.com> wrote:

How to set the priority of a thread with QNX(Neutrino)?

pthread_setschedparam()

Vincent

Don’t forget to pthread_attr_setinheritsched(,PTHREAD_EXPLICIT_SCHED) or the
priority won’t take.

Keith

Mario Charest <mcharest@nozinformatic.com> wrote in message
news:3aed76b2.3914288@inn.qnx.com

On Mon, 30 Apr 2001 15:56:36 +0200, “Vincent”
vincent.catros_NO_SPAM_@bigfoot.com> > wrote:

How to set the priority of a thread with QNX(Neutrino)?


pthread_setschedparam()

Vincent