Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java83 …public void mlock(long address, long byteCount) throws ErrnoException { os.mlock(address, byteCoun… in mlock() method in ForwardingOs
DOs.java75 public void mlock(long address, long byteCount) throws ErrnoException; in mlock() method
DPosix.java77 public native void mlock(long address, long byteCount) throws ErrnoException; in mlock() method in Posix