From 588b7f6616834651ea4062cf440e57a8a0cba25f Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 30 Oct 1999 09:17:28 +0000 Subject: ./ChangeLog: 1999-10-30 Ross Johnson * create.c (pthread_create): Explicitly initialise thread state to default values. * cancel.c (pthread_setcancelstate): Check for NULL 'oldstate' for compatibility with Solaris pthreads; (pthread_setcanceltype): ditto: - Erik Hensema 1999-10-23 Ross Johnson * pthread.h (ctime_r): Fix incorrect argument "_tm" - Erik Hensema tests/ChangeLog: 1999-10-30 Ross Johnson * cancel1.c: New. Test pthread_setcancelstate and pthread_setcanceltype functions. * eyal1.c (waste_time): Change calculation to avoid FP exception on Aplhas - Rich Peters --- tests/runall.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/runall.bat') diff --git a/tests/runall.bat b/tests/runall.bat index e3a927b..5c2d783 100644 --- a/tests/runall.bat +++ b/tests/runall.bat @@ -23,6 +23,7 @@ call runtest cl count1 join1 call runtest cl once1 create1 call runtest cl tsd1 join1 call runtest cl self2 create1 +call runtest cl cancel1 self2 call runtest cl eyal1 tsd1 call runtest cl condvar3 create1 call runtest cl condvar4 create1 -- cgit v1.2.3