Added thread factory test - problems in thread
authorMarc Slemko <marc@apache.org>
Wed, 19 Jul 2006 17:46:50 +0000 (17:46 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 19 Jul 2006 17:46:50 +0000 (17:46 +0000)
commit8a40a76b271f376a45202d1569d819d12f3940cd
tree332bbd712a1bb4e5b9446347378d756e5427e038
parent0e53ccdb8bf0cee0d17fed331d32dd012cec2552
Added thread factory test - problems in thread

Fixed stupid typo in  TimerManager::start

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664723 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/concurrency/Monitor.cc
lib/cpp/src/concurrency/PosixThreadFactory.cc
lib/cpp/src/concurrency/ThreadManager.cc
lib/cpp/src/concurrency/TimerManager.cc
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/concurrency/test/Tests.cc [new file with mode: 0644]
lib/cpp/src/concurrency/test/ThreadFactoryTests.h [new file with mode: 0644]
lib/cpp/src/concurrency/test/TimerManagerTests.cc [deleted file]
lib/cpp/src/concurrency/test/TimerManagerTests.h [new file with mode: 0644]