From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31772 invoked by alias); 10 Sep 2003 21:20:20 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 31761 invoked from network); 10 Sep 2003 21:20:18 -0000 Received: from unknown (HELO ftpbox.mot.com) (129.188.136.101) by sources.redhat.com with SMTP; 10 Sep 2003 21:20:18 -0000 Received: from az33exr03.mot.com (pobox3.mot.com [10.64.251.242]) by ftpbox.mot.com (Motorola/Ftpbox) with ESMTP id h8ALKFB5003111 for ; Wed, 10 Sep 2003 14:20:15 -0700 (MST) Received: from fl08exm02.comm.mot.com (fl08exm02.comm.mot.com [145.2.198.181]) by az33exr03.mot.com (Motorola/az33exr03) with ESMTP id h8ALKDZw029142 for ; Wed, 10 Sep 2003 16:20:13 -0500 Received: by fl08exm02 with Internet Mail Service (5.5.2657.2) id ; Wed, 10 Sep 2003 17:20:12 -0400 Message-ID: <31173C0B4EF5D611A021009027CB2CBD13693B@fl08exm04> From: Blanco Alejandro-EAB005 To: "'pthreads-win32@sources.redhat.com'" Subject: pthread_setschedparam() range doesn't match sched_get_priority_mi n/max()? Date: Wed, 10 Sep 2003 21:20:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2003/txt/msg00088.txt.bz2 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