Home
last modified time | relevance | path

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

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