Follow-up Comment #1, bug #18883 (project hurd):

Contrary to its documentation, my gnumach has actually 50 priorities:

shed.h:
#define NRQS    50                      /* 50 run queues per cpu */
[...]
#define invalid_pri(pri) (((pri) < 0) || ((pri) >= NRQS))

So we can actually have a bijective mapping from Mach priorities to posix nice
values.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18883>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to