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