Searched refs:counts (Results 1 – 7 of 7) sorted by relevance
314 int counts = (int)s; in unarrivedOf() local315 return (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK); in unarrivedOf()327 int counts = (int)s; in arrivedOf() local328 return (counts == EMPTY) ? 0 : in arrivedOf()329 (counts >>> PARTIES_SHIFT) - (counts & UNARRIVED_MASK); in arrivedOf()387 int counts = (int)s; in doArrive() local388 int unarrived = (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK); in doArrive()432 int counts = (int)s; in doRegister() local433 int parties = counts >>> PARTIES_SHIFT; in doRegister()434 int unarrived = counts & UNARRIVED_MASK; in doRegister()[all …]
284 volatile int counts; field in AtomicIntegerArrayTest.Counter295 ++counts; in realRun()321 assertEquals(c1.counts+c2.counts, SIZE * countdown); in testCountingInMultipleThreads()
283 volatile long counts; field in AtomicLongArrayTest.Counter294 ++counts; in realRun()320 assertEquals(c1.counts+c2.counts, SIZE * countdown); in testCountingInMultipleThreads()
771 int counts[] = new int[datasNames.length]; in genNames() local787 String val = getData(j, counts[j]); in genNames()791 String val = getData(j, counts[j]); in genNames()804 if (inc(counts, datas.length)) { in genNames()
293 public static native void getInstructionCount(int[] counts); in getInstructionCount() argument
160 code from the same place counts as distribution of the source code, even though
446 code from the same place counts as distribution of the source code, even though