Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOs.java402 …public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munloc… in munlock() method in Os
/libcore/luni/src/main/java/libcore/io/
DOs.java134 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() method
DForwardingOs.java162 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() method in ForwardingOs
DLinux.java131 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() method in Linux