Home
last modified time | relevance | path

Searched defs:munlock (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java86 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() method in ForwardingOs
DOs.java78 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() method
DPosix.java80 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() method in Posix