Change the thread priority
| zahovicudovic | |||
| Hello everybody, does anybody knows how I could change the thread priority? Thanks... | |||
| jsmith | |||
| 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). | |||
Registered users can reply in this forum.
