Change the thread priority

Hello everybody,

does anybody knows how I could change the thread priority?

Thanks...
If you are using Linuxthreads (pthreads, ie, not NPTL) then you could exploit the non-POSIX compliance of the library by calling sched_setscheduler() or setpriority()
(man 2 sched_setscheduler or man 2 setpriority).
Topic archived. No new replies allowed.