This post is a bit outdated, but in any case, I hope this can help ... I had a similar problem and implemented a Linux kernel hack to make RR a standard CPU scheduler. As a result, the hack basically modifies the shed_fork function, as indicated in previous comments. Here is the code I made to implement: https://aelseb.wordpress.com/2016/01/06/change-linux-cpu-default-scheduler/
source
share