setpriority

  1. T

    C++ Correct way to set thread priority and scheduling (pthread_setschedparam)?

    What I think I understand (please point out if any of this is wrong): FreeBSD has 5 priority groups (but only 3 for user processes): =https://papers.freebsd.org/2020/BSDcan/mckusick-Scheduling_in_the_FreeBSD_Kernel.files/mckusick-Scheduling_in_the_FreeBSD_Kernel.pdf "realtime" takes precedence...
Back
Top