Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3AF6C465.B79ED4CD@trex.rtpnc.epa.gov> Date: Mon, 07 May 2001 11:51:01 -0400 From: Greg Smith X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: greg smith Subject: Re: loop in pthread_cond_broadcast References: <3AEF04AC DOT 62D56B1B AT trex DOT rtpnc DOT epa DOT gov> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Loop in function pthread_cond_broadcast was apparently caused by pthread_cond method Broadcast decrementing the thread waiting count, but the thread waiting count is also decremented when the thread wakes up in __pthread_cond[timed]wait. These routines are in thread.cc. Many thanks to Rob Collins for committing a patch; the fix will be available in 1.3.2, as I understand. Greg -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple