From 30a1e9738593302fa26e0a668f517bc7f5800190 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 13 Jan 2002 02:29:40 +0000 Subject: * attr.c (pthread_attr_setscope): Fix struct pointer indirection error introduced 2002-01-04. (pthread_attr_getscope): Likewise. * pthread.dsp (SOURCE): Add missing source files. ./tests/: * exception3.c (main): Shorten wait time. * mutex7.c: New test. * mutex7n.c: New test. * mutex7e.c: New test. * mutex7r.c: New test. * mutex6.c: Modified to avoid leaving the locked mutex around on exit. --- pthread.dsp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pthread.dsp') diff --git a/pthread.dsp b/pthread.dsp index 5706f6d..e6b44b3 100644 --- a/pthread.dsp +++ b/pthread.dsp @@ -96,6 +96,12 @@ SOURCE=.\attr.c # End Source File # Begin Source File +SOURCE=.\barrier.c +# End Source File +# Begin Source File + +# Begin Source File + SOURCE=.\cancel.c # End Source File # Begin Source File @@ -156,6 +162,12 @@ SOURCE=.\signal.c # End Source File # Begin Source File +SOURCE=.\spin.c +# End Source File +# Begin Source File + +# Begin Source File + SOURCE=.\sync.c # End Source File # Begin Source File -- cgit v1.2.3