Bring up of thread manager
authorMarc Slemko <marc@apache.org>
Thu, 20 Jul 2006 00:04:18 +0000 (00:04 +0000)
committerMarc Slemko <marc@apache.org>
Thu, 20 Jul 2006 00:04:18 +0000 (00:04 +0000)
commitd466b211fdf0c357e5b29fba70099947bc493164
tree8620665cd5ff483a3c04b09de1d6329221e65a53
parent9f27a4eb7d329f80a7143b1850655f1c59bf4f46
Bring up of thread manager

facebook::thrift::concurrency::test.ThreadManagerTest::test00
Launch N tasks that block for time T, verify they all complete and that the thread manager cleans up properly
when it goes out of scope

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664725 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/concurrency/PosixThreadFactory.cc
lib/cpp/src/concurrency/Thread.h
lib/cpp/src/concurrency/ThreadManager.cc
lib/cpp/src/concurrency/ThreadManager.h
lib/cpp/src/concurrency/TimerManager.cc
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/concurrency/test/Tests.cc
lib/cpp/src/concurrency/test/TimerManagerTests.h