summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 19:36:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 19:36:34 +0000
commit6a095ed45420bc2a815172282e6b33ad5cc17e3c (patch)
treec23db83a57ea96c67c646dfc7ef5673b739e056c /ChangeLog-98a
parentdf84b7cf46b41aa5eb3598cfcae8cec3e242298a (diff)
downloadATCD-6a095ed45420bc2a815172282e6b33ad5cc17e3c.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 5ceb1f62a0c..5e0d5f71d36 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,7 +1,16 @@
+Tue Apr 14 14:33:33 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/Thread_Manager_Test.cpp (main): don't try to suspend/resume
+ DCE threads, because they don't support it. Added a start barrier,
+ to ensure that worker threads set up their signal handlers before
+ the main thread tries to signal them. Drop DEFAULT_ITERATIONS from
+ 100000 to 10000 because 100000 takes a long time on a 200 MHz
+ Pentium.
+
Tue Apr 14 12:59:04 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tests/Hash_Map_Manager_Test.cpp: Changed the consts to
- size_t, as well...
+ * tests/Hash_Map_Manager_Test.cpp: Changed the consts to
+ size_t, as well...
Tue Apr 14 11:40:23 1998 David L. Levine <levine@cs.wustl.edu>