Searched refs:count0 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DAutoShutdown.java60 int count0 = Thread.activeCount();
66 equal(Thread.activeCount(), count0 + 2);
68 for (int i = 0; i < 10 && Thread.activeCount() > count0; i++)
71 if (Thread.activeCount() == count0)
75 equal(Thread.activeCount(), count0);
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DArrive.java56 final AtomicInteger count0 = new AtomicInteger(0);
64 count0.getAndIncrement();
76 equal(count0.get(), n);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp292 Register count0 = I0; local
297 __ sll(count0, exact_log2(sizeof(jchar)), limit); // string0 is shorter

Completed in 51 milliseconds