Searched refs:lockList (Results 1 – 1 of 1) sorted by relevance
1223 private final List<FileLock> lockList = new ArrayList<FileLock>(2); field in FileChannelImpl.SimpleFileLockTable1231 assert Thread.holdsLock(lockList); in checkList()1232 for (FileLock fl: lockList) { in checkList()1240 synchronized (lockList) { in add()1242 lockList.add(fl); in add()1247 synchronized (lockList) { in remove()1248 lockList.remove(fl); in remove()1253 synchronized(lockList) { in removeAll()1254 List<FileLock> result = new ArrayList<FileLock>(lockList); in removeAll()1255 lockList.clear(); in removeAll()[all …]