summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 19:32:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 19:32:42 +0000
commit6a4d079a1330b91c50af8909ddd673f65e667fec (patch)
treea5f7df2c92c6559d1d97ae740e6ec283553fceaa /performance-tests
parent318ea665ab5316e3d40ba4a6aca7715f174ff072 (diff)
downloadATCD-6a4d079a1330b91c50af8909ddd673f65e667fec.tar.gz
*** empty log message ***
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Synch-Benchmarks/Benchmark.cpp1
-rw-r--r--performance-tests/Synch-Benchmarks/pipe_thr_test.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/performance-tests/Synch-Benchmarks/Benchmark.cpp b/performance-tests/Synch-Benchmarks/Benchmark.cpp
index a0558e9b2c3..e5e8a1f2001 100644
--- a/performance-tests/Synch-Benchmarks/Benchmark.cpp
+++ b/performance-tests/Synch-Benchmarks/Benchmark.cpp
@@ -63,7 +63,6 @@ Benchmark::fini (void)
void *
Benchmark::svc_run (Benchmark *bp)
{
- ACE_Thread_Control tc (ACE_Thread_Manager::instance ());
return (void *) (bp->svc () == -1 ? -1 : 0);
}
diff --git a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
index 4e75ebfc0dd..ff067b41532 100644
--- a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
+++ b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
@@ -22,8 +22,6 @@ private:
void *
Pipe_Thr_Test::reader (Pipe_Thr_Test *t)
{
- ACE_Thread_Control tc (ACE_Thread_Manager::instance ());
-
ACE_HANDLE handle = t->pipe_handles[0];
int ni = t->thr_id ();
size_t length = options.msg_size ();