Home
last modified time | relevance | path

Searched refs:Unmapper (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java842 private static class Unmapper class in FileChannelImpl
858 private Unmapper(long address, long size, int cap, in Unmapper() method in FileChannelImpl.Unmapper
867 synchronized (Unmapper.class) { in Unmapper()
889 synchronized (Unmapper.class) { in run()
1015 Unmapper um = new Unmapper(addr, mapSize, isize, mfd); in map()