Home | History | Annotate | Download | only in locks

Lines Matching defs:sharedCount

270         static int sharedCount(int c)    { return c >>> SHARED_SHIFT; }
471 int r = sharedCount(c);
529 if (sharedCount(c) == MAX_COUNT)
532 if (sharedCount(c) == 0) {
585 int r = sharedCount(c);
627 return sharedCount(getState());
1487 int r = Sync.sharedCount(c);