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

/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java91 public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byteCount); } method in class:ForwardingOs
H A DOs.java83 public void munlock(long address, long byteCount) throws ErrnoException; method in interface:Os
H A DPosix.java85 public native void munlock(long address, long byteCount) throws ErrnoException; method in class:Posix

Completed in 1545 milliseconds