Searched defs:THREAD_COUNT (Results 1 – 3 of 3) sorted by relevance
81 static constexpr auto THREAD_COUNT = 2; variable
53 static int THREAD_COUNT = getThreadCount(); in TEST() local
183 private static final AtomicInteger THREAD_COUNT = new AtomicInteger(); field in KeyValueBackupTask