Searched refs:threadCount (Results 1 – 2 of 2) sorted by relevance
/thrift-3.4.0/test/cpp/src/ |
D | StressTest.cpp | 486 size_t threadCount = 0; in main() local 513 …new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType, OpenAndCloseTra… in main() 524 …new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType, DontOpenAndClos… in main() 539 threadCount = clientCount; in main() 547 while (threadCount > 0) { in main()
|
D | StressTestNonBlocking.cpp | 436 size_t threadCount = 0; in main() local 462 new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType)))); in main() 476 threadCount = clientCount; in main() 484 while (threadCount > 0) { in main()
|