Home
last modified time | relevance | path

Searched defs:mlock (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DOs.java438 public void mlock(long address, long byteCount) throws ErrnoException; in mlock() method
DForwardingOs.java502 …public void mlock(long address, long byteCount) throws ErrnoException { os.mlock(address, byteCoun… in mlock() method in ForwardingOs
DLinux.java129 public native void mlock(long address, long byteCount) throws ErrnoException; in mlock() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java469 …public static void mlock(long address, long byteCount) throws ErrnoException { Libcore.os.mlock(ad… in mlock() method in Os