Searched refs:Unmapper (Results 1 – 2 of 2) sorted by relevance
840 private static class Unmapper class in FileChannelImpl856 private Unmapper(long address, long size, int cap, in Unmapper() method in FileChannelImpl.Unmapper865 synchronized (Unmapper.class) { in Unmapper()887 synchronized (Unmapper.class) { in run()1013 Unmapper um = new Unmapper(addr, mapSize, isize, mfd); in map()
345 private static class Unmapper implements java.lang.Runnable { class in FileChannelImpl347 private Unmapper(long address, long size, int cap, java.io.FileDescriptor fd) { in Unmapper() method in FileChannelImpl.Unmapper