From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29706 invoked by alias); 17 Dec 2002 09:09:39 -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 29690 invoked from network); 17 Dec 2002 09:09:36 -0000 Received: from unknown (HELO mx4.cape.com) (204.107.252.94) by 209.249.29.67 with SMTP; 17 Dec 2002 09:09:36 -0000 Received: from sfdev3 (tsc-1023.cape.com [140.186.54.23]) by mx4.cape.com (8.12.3/8.12.3) with SMTP id gBH98Z4E015974 for ; Tue, 17 Dec 2002 04:08:35 -0500 Message-ID: <099201c2a5ac$17a8eda0$f836ba8c@sfdev3> Reply-To: "Norman Vine" From: "Norman Vine" To: References: <8179ED123ECCD611A5490000F822E6EA061B27@pd001649.daronmont.com.au> <3DFED0FD.3030209@ise.canberra.edu.au> <3DFEDCD7.9060401@ise.canberra.edu.au> Subject: Re: Cancellation points Date: Tue, 17 Dec 2002 01:09: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-Virus-Scanned: Cape.Com VirusScan, no known virus found X-SW-Source: 2002/txt/msg00125.txt.bz2 Ross Johnson writes: > > I've changed pthread_mutex_lock() in CVS to use a non-cancelable > version of sem_wait(). I may not be able to build or test it myself > for a day or so. Can someone grab the current CVS version, build the > library, run the test suite, and report success or failure to the > list please. <591> tests $ gcc --version gcc.exe (GCC) 3.2.1 (MinGW special 20021202-2) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. <592> tests $ make GC make GCX=GC XXCFLAGS="-x c -D__CLEANUP_C" all-pass make[1]: Entering directory `/usr/mingw/src/pthreads/tests' ALL TESTS PASSED! Congratulations! make[1]: Leaving directory `/usr/mingw/src/pthreads/tests' Thanks Norman