Searched refs:cellsBusy (Results 1 – 2 of 2) sorted by relevance
170 transient volatile int cellsBusy; field in Striped64241 if (cellsBusy == 0) { // Try to attach new Cell in longAccumulate()243 if (cellsBusy == 0 && casCellsBusy()) { in longAccumulate()253 cellsBusy = 0; in longAccumulate()269 else if (cellsBusy == 0 && casCellsBusy()) { in longAccumulate()274 cellsBusy = 0; in longAccumulate()281 else if (cellsBusy == 0 && cells == cs && casCellsBusy()) { in longAccumulate()290 cellsBusy = 0; in longAccumulate()323 if (cellsBusy == 0) { // Try to attach new Cell in doubleAccumulate()325 if (cellsBusy == 0 && casCellsBusy()) { in doubleAccumulate()[all …]
810 private transient volatile int cellsBusy; field in ConcurrentHashMap2600 if (cellsBusy == 0) { // Try to attach new Cell in fullAddCount()2602 if (cellsBusy == 0 && in fullAddCount()2614 cellsBusy = 0; in fullAddCount()2631 else if (cellsBusy == 0 && in fullAddCount()2637 cellsBusy = 0; in fullAddCount()2644 else if (cellsBusy == 0 && counterCells == cs && in fullAddCount()2655 cellsBusy = 0; in fullAddCount()