Searched refs:threadCount (Results 1 – 5 of 5) sorted by relevance
41 int32_t threadCount = 0; member
242 constexpr int32_t threadCount = 50; variable243 std::vector<std::thread> threads(threadCount);
101 poolInfo.threadCount = atoi(std::string(result[countOfThreadPoolField]).c_str()), in ParsePlugin()
212 int threadCount = 5; variable214 for (int i = 0; i < threadCount; i++) {
1181 int threadCount = 5; variable1183 for (int i = 0; i < threadCount; i++) {