Searched defs:mlock (Results 1 – 4 of 4) sorted by relevance
387 …public static void mlock(long address, long byteCount) throws ErrnoException { Libcore.os.mlock(ad… in mlock() method in Os
130 public void mlock(long address, long byteCount) throws ErrnoException; in mlock() method
159 …public void mlock(long address, long byteCount) throws ErrnoException { os.mlock(address, byteCoun… in mlock() method in ForwardingOs
128 public native void mlock(long address, long byteCount) throws ErrnoException; in mlock() method in Linux