From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1561 invoked by alias); 29 Jan 2003 23:53:11 -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 1554 invoked from network); 29 Jan 2003 23:53:10 -0000 Received: from unknown (HELO mta07ps.bigpond.com) (144.135.25.132) by 172.16.49.205 with SMTP; 29 Jan 2003 23:53:10 -0000 Received: from NOTEBOOK ([144.135.25.72]) by mta07ps.bigpond.com (Netscape Messaging Server 4.15 mta07ps Jul 16 2002 22:47:55) with SMTP id H9I2CJ00.1GO for ; Thu, 30 Jan 2003 09:53:07 +1000 Received: from CPE-203-51-65-119.nsw.bigpond.net.au ([203.51.65.119]) by PSMAM02.mailsvc.email.bigpond.com(MailRouter V3.0n 74/3025777); 30 Jan 2003 09:53:07 Message-ID: <007a01c2c7f1$9238d8c0$0200a8c0@NOTEBOOK> From: "Matthew Ford" To: Subject: Which thread is released when pthread_cond_signal() is called Date: Wed, 29 Jan 2003 23:53:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003/txt/msg00015.txt.bz2 Assume for simplicity that all the waiting threads are of the same priority. Which one will wake up on a call to pthread_cond_signal() regards matthew