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