¡@

Home 

c++ Programming Glossary: sched_rr

Setting thread priority in Linux with Boost

http://stackoverflow.com/questions/1479945/setting-thread-priority-in-linux-with-boost

90 pthread_attr_setschedparam myThread.native_handle SCHED_RR param I don't have alot of Linux programming experience. c.. std cout policy policy SCHED_FIFO SCHED_FIFO policy SCHED_RR SCHED_RR policy SCHED_OTHER SCHED_OTHER priority param.sched_priority.. cout policy policy SCHED_FIFO SCHED_FIFO policy SCHED_RR SCHED_RR policy SCHED_OTHER SCHED_OTHER priority param.sched_priority..

How to increase thread priority in pthreads?

http://stackoverflow.com/questions/3649281/how-to-increase-thread-priority-in-pthreads

policies SCHED_FIFO a first in first out policy and SCHED_RR a round robin policy. In your case maybe you can use SCHED_BATCH.. min max priority 0 0 SCHED_FIFO min max priority 1 99 SCHED_RR min max priority 1 99 SCHED_BATCH min max priority 0 0 SCHED_IDLE..