SchedSet vs sched_setscheduler

It looks like if I want to set different threads to different priorities, I
have to use SchedSet instead of the POSIX function sched_setscheduler. Is
that because POSIX does not include threads with different priorities?
Markus

Ok, I found it myself…
I have to use the phread_… functions


“Markus Loffler” <loffler@ces.clemson.edu> wrote in message
news:8u6qms$mg$1@inn.qnx.com

It looks like if I want to set different threads to different priorities,
I
have to use SchedSet instead of the POSIX function sched_setscheduler. Is
that because POSIX does not include threads with different priorities?
Markus