> [..]
> Right, so I committed this, but we want to know what is going on in the
> threadpool.c diff.
> 
> Where did the magical numbers 0 and 31 come from?:
> +    minPriority = 0;
> +    maxPriority = 31;
> [..]

  egrep -r "PTHREAD_M(IN|AX)_PRIORITY" /usr/src//lib/libpthread/uthread/*.h

  f.-

Reply via email to