summaryrefslogtreecommitdiff
path: root/tests/Barrier_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-13 20:24:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-13 20:24:52 +0000
commit8885a1065eeba8e9bbba0bca519c44d12cff7981 (patch)
tree7b603a515a042dabada022681b880d166169e8e5 /tests/Barrier_Test.cpp
parentb69d2e5eccdb0a86a58cd67d3d15cbc8e5779e80 (diff)
downloadATCD-8885a1065eeba8e9bbba0bca519c44d12cff7981.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Barrier_Test.cpp')
-rw-r--r--tests/Barrier_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Barrier_Test.cpp b/tests/Barrier_Test.cpp
index 50fc1502057..0aa3d4d6c53 100644
--- a/tests/Barrier_Test.cpp
+++ b/tests/Barrier_Test.cpp
@@ -80,18 +80,18 @@ main (int, char *[])
Tester_Args args (tester_barrier, n_iterations);
for (int iteration_count = 0;
- iteration_count < 10;
+ iteration_count < ACE_MAX_ITERATIONS;
iteration_count++)
{
ACE_DEBUG ((LM_DEBUG, "starting iteration %d\n",
iteration_count));
if (ACE_Thread_Manager::instance ()->spawn_n
- (0,
+ ((ACE_thread_t *) 0,
n_threads,
ACE_THR_FUNC (tester),
(void *) &args,
- THR_NEW_LWP | THR_DETACHED,
+ THR_NEW_LWP,
ACE_DEFAULT_THREAD_PRIORITY,
-1,
0,