how to assign prioirty to each thread ??

Hello.

I’d like to know how to assign priority to a thread!
Thanks!

Pasus

“Pasus” <pasus@mail.nu> wrote in message news:9sf47f$71a$1@inn.qnx.com

I’d like to know how to assign priority to a thread!
Thanks!

You can set the priority of a thread upon creation, take a look at the docs
on pthread_create() and pthread_attr_* for more information

-Adam