Skip to content
  • Rémi Denis-Courmont's avatar
    Do not set a priority for non-realtime threads · 33c8a14f
    Rémi Denis-Courmont authored
    Contrary to process priority increment ("niceness"), thread priority
    increment increase in the priority of the thread. So multiplying
    negative priorities with -1 was totally wrong here.
    
    On Linux, there is only one non-realtime (SCHED_OTHER) priority, 0, so
    the code was failing safe silently. Don't know on other systems.
    33c8a14f