Searched refs:ClientThread (Results 1 – 2 of 2) sorted by relevance
/thrift-3.4.0/test/cpp/src/ |
D | StressTest.cpp | 108 class ClientThread : public Runnable { class 110 ClientThread(std::shared_ptr<TTransport> transport, in ClientThread() function in ClientThread 512 clientThreads.insert(threadFactory->newThread(std::shared_ptr<ClientThread>( in main() 513 …new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType, OpenAndCloseTra… in main() 523 clientThreads.insert(threadFactory->newThread(std::shared_ptr<ClientThread>( in main() 524 …new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType, DontOpenAndClos… in main() 565 std::shared_ptr<ClientThread> client in main() 566 = std::dynamic_pointer_cast<ClientThread>((*ix)->runnable()); in main()
|
D | StressTestNonBlocking.cpp | 108 class ClientThread : public Runnable { class 110 ClientThread(std::shared_ptr<TTransport> transport, in ClientThread() function in ClientThread 461 clientThreads.insert(threadFactory->newThread(std::shared_ptr<ClientThread>( in main() 462 new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType)))); in main() 502 std::shared_ptr<ClientThread> client in main() 503 = std::dynamic_pointer_cast<ClientThread>((*ix)->runnable()); in main()
|