Searched defs:THREAD_COUNT (Results 1 – 5 of 5) sorted by relevance
47 static constexpr auto THREAD_COUNT = 2; variable
82 static constexpr auto THREAD_COUNT = 2; variable
50 private static final int THREAD_COUNT = 8; field in MessageQueuePerfTest
110 const uint32_t THREAD_COUNT = ctx->getThreadCount(); in setupGEMM() local
183 private static final AtomicInteger THREAD_COUNT = new AtomicInteger(); field in KeyValueBackupTask