|
From: Carlo W. <li...@us...> - 2002-01-25 16:40:35
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-00-25 16:40:33 UTC
Modified files:
libcwd/tests/threads4.cc
Log message:
Work in progress.
---------------------- diff included ----------------------
Index: src/libcwd/tests/threads4.cc
diff -u src/libcwd/tests/threads4.cc:1.6 src/libcwd/tests/threads4.cc:1.7
--- src/libcwd/tests/threads4.cc:1.6 Thu Jan 24 13:16:10 2002
+++ src/libcwd/tests/threads4.cc Fri Jan 25 08:40:23 2002
@@ -12,8 +12,8 @@
#endif
int const loopsize = 1000;
-int const number_of_threads = 2;
-int const number_of_threads2 = 2;
+int const number_of_threads = 4;
+int const number_of_threads2 = 4;
void* thread_function2(void* arguments)
{
----------------------- End of diff -----------------------
|