This is the mail archive of the
pthreads-win32@sources.redhat.com
mailing list for the pthreas-win32 project.
pthread_setschedparam() range doesn't match sched_get_priority_min/max()?
- From: Blanco Alejandro-EAB005 <Alex dot Blanco at motorola dot com>
- To: "'pthreads-win32 at sources dot redhat dot com'" <pthreads-win32 at sources dot redhat dot com>
- Date: Wed, 10 Sep 2003 17:20:08 -0400
- Subject: pthread_setschedparam() range doesn't match sched_get_priority_min/max()?
I'm running on win2000. sched_get_priority_min/max() return -15, 15, but when I try to set the priority using pthread_setschedparam(), it only works for -2 through 0. Do I have something set up wrong or is this a known bug?
thanks.
Alex Blanco