Searched defs:THREAD_COUNT (Results 1 – 4 of 4) sorted by relevance
80 static constexpr auto THREAD_COUNT = 2; variable
128 final int THREAD_COUNT = 16; in testTimestampConcurrentParsing() local
110 const uint32_t THREAD_COUNT = ctx->getThreadCount(); in setupGEMM() local
174 private static final AtomicInteger THREAD_COUNT = new AtomicInteger(); field in KeyValueBackupTask