From 8200f6ff1edca15756a22e6359f20836c4b5425b Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 27 Feb 2002 22:53:15 +0000 Subject: * exception3.c (terminateFunction): For MSVC++, call exit() rather than pthread_exit(). Add comments to explain why. * rwlock2_t.c: New test. * rwlock3_t.c: New test. * rwlock4_t.c: New test. * rwlock5_t.c: New test. * rwlock6_t.c: New test. * rwlock6_t2.c: New test. * rwlock6.c (main): Swap thread and result variables to correspond to actual thread functions. * rwlock1.c: Change test description comment to correspond to the actual test. --- pthread.dsp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'pthread.dsp') diff --git a/pthread.dsp b/pthread.dsp index 75d0bb9..16b7ec8 100644 --- a/pthread.dsp +++ b/pthread.dsp @@ -180,10 +180,6 @@ SOURCE=.\tsd.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=.\acconfig.h -# End Source File -# Begin Source File - SOURCE=.\config.h # End Source File # Begin Source File @@ -212,8 +208,5 @@ SOURCE=.\semaphore.h # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # Begin Source File -SOURCE=.\pthread.def -# End Source File -# End Group -# End Target -# End Project + + -- cgit v1.2.3