Searched defs:munlock (Results 1 – 4 of 4) sorted by relevance
400 …public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munloc… in munlock() method in Os
135 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() method
163 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() method in ForwardingOs
132 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() method in Linux