Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java840 private static class Unmapper class in FileChannelImpl
856 private Unmapper(long address, long size, int cap, in Unmapper() method in FileChannelImpl.Unmapper
865 synchronized (Unmapper.class) { in Unmapper()
887 synchronized (Unmapper.class) { in run()
1013 Unmapper um = new Unmapper(addr, mapSize, isize, mfd); in map()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java345 private static class Unmapper implements java.lang.Runnable { class in FileChannelImpl
347 private Unmapper(long address, long size, int cap, java.io.FileDescriptor fd) { in Unmapper() method in FileChannelImpl.Unmapper