This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cancellation points


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]