diff options
author | rpj <rpj> | 2002-02-27 22:53:15 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-02-27 22:53:15 +0000 |
commit | 8200f6ff1edca15756a22e6359f20836c4b5425b (patch) | |
tree | ec67536235acd2694da7cae80fdef05ccfc27099 /pthread.dsp | |
parent | 586f6933530d1e0c3bf0d2b1fec2377056340107 (diff) |
* 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.
Diffstat (limited to 'pthread.dsp')
-rw-r--r-- | pthread.dsp | 11 |
1 files changed, 2 insertions, 9 deletions
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 + + |