Searched defs:munlock (Results 1 – 3 of 3) sorted by relevance
86 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() method in ForwardingOs
78 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() method
80 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() method in Posix