Home
last modified time | relevance | path

Searched defs:threadManager (Results 1 – 9 of 9) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/server/
DTThreadPoolServer.cpp40 const shared_ptr<ThreadManager>& threadManager) in TThreadPoolServer()
51 const shared_ptr<ThreadManager>& threadManager) in TThreadPoolServer()
64 const shared_ptr<ThreadManager>& threadManager) in TThreadPoolServer()
82 const shared_ptr<ThreadManager>& threadManager) in TThreadPoolServer()
DTNonblockingServer.cpp1031 void TNonblockingServer::setThreadManager(std::shared_ptr<ThreadManager> threadManager) { in setThreadManager()
/thrift-3.4.0/contrib/transport-sample/
DThriftCommon.h89 …boost::shared_ptr<ThreadManager> threadManager = ThreadManager::newSimpleThreadManager(NumThreads); in RunThriftServer() local
/thrift-3.4.0/lib/cpp/test/processor/
DProcessorTest.cpp98 std::shared_ptr<ThreadManager> threadManager = ThreadManager::newSimpleThreadManager(8); in createServer() local
127 std::shared_ptr<ThreadManager> threadManager = ThreadManager::newSimpleThreadManager(8); in createServer() local
156 std::shared_ptr<ThreadManager> threadManager; in createServer() local
/thrift-3.4.0/contrib/fb303/cpp/
DServiceTracker.cpp302 threadManager) in setThreadManager()
/thrift-3.4.0/lib/cpp/test/concurrency/
DThreadManagerTests.h403 shared_ptr<ThreadManager> threadManager = ThreadManager::newSimpleThreadManager(1); in apiTestWithThreadFactory() local
/thrift-3.4.0/test/cpp/src/
DStressTestNonBlocking.cpp406 std::shared_ptr<ThreadManager> threadManager in main() local
DStressTest.cpp455 std::shared_ptr<ThreadManager> threadManager in main() local
DTestServer.cpp784 std::shared_ptr<ThreadManager> threadManager = ThreadManager::newSimpleThreadManager(workers); in main() local