Rémi Bernon (@rbernon) commented about server/thread.c:
return mask;
}
-static int get_base_priority( int priority_class, int priority ) +static int calculate_thread_priority( int priority_class, int priority )
Can we squash this with previous commit and name it for instance `thread_priority_from_class_and_level`?