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