Searched defs:mlock (Results 1 – 3 of 3) sorted by relevance
83 …public void mlock(long address, long byteCount) throws ErrnoException { os.mlock(address, byteCoun… in mlock() method in ForwardingOs
75 public void mlock(long address, long byteCount) throws ErrnoException; in mlock() method
77 public native void mlock(long address, long byteCount) throws ErrnoException; in mlock() method in Posix